X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.core/src/net/sourceforge/phpeclipse/core/model/ISourceReference.java b/net.sourceforge.phpeclipse.core/src/net/sourceforge/phpeclipse/core/model/ISourceReference.java index b5efffa..2954ba4 100644 --- a/net.sourceforge.phpeclipse.core/src/net/sourceforge/phpeclipse/core/model/ISourceReference.java +++ b/net.sourceforge.phpeclipse.core/src/net/sourceforge/phpeclipse/core/model/ISourceReference.java @@ -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. * *

- * 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()}. + * 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()}. *

* - * @return The source code, or null if this element has no + * @return The source code, or null 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 null if this element has no + * @return The source region, or null if this element has no * associated source code */ IRegion getSourceRegion();