Save PHPPartitionScanner for refactoring
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / FastJavaPartitionScanner.java
index f902c59..fe962fb 100644 (file)
@@ -1,10 +1,10 @@
 /*******************************************************************************
  * Copyright (c) 2000, 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Common Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/cpl-v10.html
- * 
+ *
  * Contributors:
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
@@ -433,16 +433,16 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar
       //                                       fLast= (fLast == BACKSLASH) ? NONE : BACKSLASH;
       //                                       fTokenLength++;
       //                                       break;
-      //       
+      //
       //                               case '\'':
       //                                       if (fLast != BACKSLASH) {
       //                                               return postFix(CHARACTER);
-      //       
+      //
       //                                       } else {
       //                                               consume();
       //                                               break;
       //                                       }
-      //       
+      //
       //                               default:
       //                                       consume();
       //                                       break;
@@ -525,6 +525,7 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar
 
     else if (contentType.equals(PHP_STRING_DQ))
       return STRING_DQ;
+
     else if (contentType.equals(PHP_STRING_SQ))
       return STRING_SQ;
     //         else if (contentType.equals(JAVA_CHARACTER))