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 / ISourceReference.java
index b5efffa..2954ba4 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API
  * 
- * $Id: ISourceReference.java,v 1.1 2004-09-02 18:05:21 jsurfer Exp $
+ * $Id: ISourceReference.java,v 1.2 2006-10-21 23:14:29 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.core.model;
@@ -24,12 +24,12 @@ public interface ISourceReference {
         * Returns the source code associated with this model element.
         * 
         * <p>
-        *   This method extracts the substring from the source buffer containing
-        *   this source element. This corresponds to the source regione that would
-        *   be returned by {@link ISourceReference#getSourceRegion()}</code>.
+        * This method extracts the substring from the source buffer containing this
+        * source element. This corresponds to the source regione that would be
+        * returned by {@link ISourceReference#getSourceRegion()}</code>.
         * </p>
         * 
-        * @return The source code, or <code>null</code> if this element has no 
+        * @return The source code, or <code>null</code> if this element has no
         *         associated source code
         */
        String getSource();
@@ -37,7 +37,7 @@ public interface ISourceReference {
        /**
         * Returns the source range associated with this element.
         * 
-        * @return The source region, or <code>null</code> if this element has no 
+        * @return The source region, or <code>null</code> if this element has no
         *         associated source code
         */
        IRegion getSourceRegion();