From a2803eb8a08a7de67b6a12f25feba1bf4e2ab53c Mon Sep 17 00:00:00 2001
From: axelcl <axelcl>
Date: Fri, 13 Jan 2006 16:21:07 +0000
Subject: [PATCH] Fixed bug #1404228: Crash on <?php // comment ?>

---
 .../internal/ui/text/FastJavaPartitionScanner.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java
index 08d9af2..be75a7f 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java
@@ -198,7 +198,7 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar
             fScanner.unread();
             return postFix(fState);
           }
-          fScanner.unread();
+//          fScanner.unread();
         }
 
       default:
-- 
1.7.1