X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaIndenter.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaIndenter.java index a98eacd..0a1c9a2 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaIndenter.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/JavaIndenter.java @@ -95,9 +95,9 @@ public class JavaIndenter { * reference position to offset resides, or * null if it cannot be determined */ - public StringBuffer getReferenceIndentation(int offset) { - return getReferenceIndentation(offset, false); - } +// public StringBuffer getReferenceIndentation(int offset) { +// return getReferenceIndentation(offset, false); +// } /** * Computes the indentation at the reference point of position. @@ -332,9 +332,9 @@ public class JavaIndenter { * @return the reference statement relative to which offset * should be indented, or {@link JavaHeuristicScanner#NOT_FOUND} */ - public int findReferencePosition(int offset) { - return findReferencePosition(offset, peekChar(offset)); - } +// public int findReferencePosition(int offset) { +// return findReferencePosition(offset, peekChar(offset)); +// } /** * Peeks the next char in the document that comes after offset