A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.core / src / net / sourceforge / phpeclipse / core / model / ISourceModel.java
index 7c63cbb..e2d2c83 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial implementation
  * 
- * $Id: ISourceModel.java,v 1.1 2004-09-02 18:05:21 jsurfer Exp $
+ * $Id: ISourceModel.java,v 1.2 2006-10-21 23:14:29 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.core.model;
@@ -28,7 +28,8 @@ public interface ISourceModel {
        /**
         * Returns the elements that are direct children of the given element.
         * 
-        * @param element the element for which to return the child elements
+        * @param element
+        *            the element for which to return the child elements
         * @return an array of child elements, or an empty array if the given
         *         element has no children
         */
@@ -37,7 +38,8 @@ public interface ISourceModel {
        /**
         * Returns the direct parent element of the specified element.
         * 
-        * @param element the element for which the parent should be returned
+        * @param element
+        *            the element for which the parent should be returned
         * @return the parent element, or <tt>null</tt> if the specified element
         *         does not have a parent (meaning it is a top-level element)
         */