Fixed bug #1404228: Crash on <?php // comment ?>
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / FastJavaPartitionScanner.java
index 08d9af2..be75a7f 100644 (file)
@@ -198,7 +198,7 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar
             fScanner.unread();
             return postFix(fState);
           }
-          fScanner.unread();
+//          fScanner.unread();
         }
 
       default: