OSDN Git Service

libjava/classpath/ChangeLog.gcj:
[pf3gnuchains/gcc-fork.git] / libjava / classpath / examples / gnu / classpath / examples / swing / NavigationFilterDemo.java
index 5184e5b..a7472df 100644 (file)
@@ -183,7 +183,7 @@ public class NavigationFilterDemo
             return pos;
         case SwingConstants.WEST:
           // Calculate the next word start.
-          newpos = Utilities.getWordStart(text, newpos);;
+          newpos = Utilities.getWordStart(text, newpos);
           
           // If that means that the caret will not move, return
           // the start of the previous word.