X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/CompilationUnitElementInfo.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/CompilationUnitElementInfo.java index 3ec282a..1b75d03 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/CompilationUnitElementInfo.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/CompilationUnitElementInfo.java @@ -28,9 +28,9 @@ import net.sourceforge.phpdt.core.ISourceRange; /** * Returns the length of the source string. */ - public int getSourceLength() { - return sourceLength; - } +// public int getSourceLength() { +// return sourceLength; +// } protected ISourceRange getSourceRange() { return new SourceRange(0, sourceLength);