replaced deprecated interface
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPAutoIndentStrategy.java
index 8096bb0..f2956f0 100644 (file)
@@ -6,8 +6,8 @@ which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/cpl-v10.html
 
 Contributors:
-    IBM Corporation - Initial implementation
-    www.phpeclipse.de
+       IBM Corporation - Initial implementation
+       www.phpeclipse.de
 **********************************************************************/
 package net.sourceforge.phpeclipse.phpeditor.php;
 
@@ -78,7 +78,7 @@ public class PHPAutoIndentStrategy extends DefaultIndentLineAutoEditStrategy {
        }
 
        /**
-        * Returns the bracket value of a section of text. Closing brackets have a value of -1 and
+        * Returns the bracket value of a section of text. Closing brackets have a value of -1 and 
         * open brackets have a value of 1.
         * @returns the line number of the next matching bracket after end
         * @param document - the document being parsed