A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / wizards / IStatusChangeListener.java
index 63129e3..4e1a2ab 100644 (file)
@@ -13,11 +13,12 @@ package net.sourceforge.phpdt.internal.ui.wizards;
 import org.eclipse.core.runtime.IStatus;
 
 public interface IStatusChangeListener {
-       
+
        /**
         * Notifies this listener that the given status has changed.
         * 
-        * @param       status  the new status
+        * @param status
+        *            the new status
         */
        void statusChanged(IStatus status);
 }