X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/ILineStartFinder.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/ILineStartFinder.java index 8dda4de..a3bc28f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/ILineStartFinder.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/jdom/ILineStartFinder.java @@ -15,11 +15,13 @@ package net.sourceforge.phpdt.internal.core.jdom; * in source. */ public interface ILineStartFinder { -/** - * Returns the position of the start of the line at or before the given source position. - * - *

This defaults to zero if the position corresponds to a position on the first line - * of the source. - */ -public int getLineStart(int position); + /** + * Returns the position of the start of the line at or before the given + * source position. + * + *

+ * This defaults to zero if the position corresponds to a position on the + * first line of the source. + */ + public int getLineStart(int position); }