A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / text / folding / IJavaFoldingStructureProvider.java
index 7ea9529..9fa814a 100644 (file)
@@ -35,9 +35,11 @@ public interface IJavaFoldingStructureProvider {
         * <code>viewer</code> and enable / disable generation of projection
         * structure accordingly.
         * 
-        * @param editor the editor that this provider works on
-        * @param viewer the projection viewer that displays the annotations created
-        *        by this structure provider
+        * @param editor
+        *            the editor that this provider works on
+        * @param viewer
+        *            the projection viewer that displays the annotations created by
+        *            this structure provider
         */
        public abstract void install(ITextEditor editor, ProjectionViewer viewer);