A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / ITypeHierarchyChangedListener.java
index bb09b10..ace3148 100644 (file)
@@ -20,10 +20,11 @@ package net.sourceforge.phpdt.core;
 public interface ITypeHierarchyChangedListener {
        /**
         * Notifies that the given type hierarchy has changed in some way and should
-        * be refreshed at some point to make it consistent with the current state of
-        * the Java model.
+        * be refreshed at some point to make it consistent with the current state
+        * of the Java model.
         * 
-        * @param typeHierarchy the given type hierarchy
+        * @param typeHierarchy
+        *            the given type hierarchy
         */
        void typeHierarchyChanged(ITypeHierarchy typeHierarchy);
 }