A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IElementChangedListener.java
index 19a3ab8..2778128 100644 (file)
@@ -18,12 +18,14 @@ package net.sourceforge.phpdt.core;
  * </p>
  */
 public interface IElementChangedListener {
-       
-/**
- * Notifies that one or more attributes of one or more Java elements have changed.
- * The specific details of the change are described by the given event.
- *
- * @param event the change event
- */
-public void elementChanged(ElementChangedEvent event);
+
+       /**
+        * Notifies that one or more attributes of one or more Java elements have
+        * changed. The specific details of the change are described by the given
+        * event.
+        * 
+        * @param event
+        *            the change event
+        */
+       public void elementChanged(ElementChangedEvent event);
 }