Revision: 5866
Author: cromwellian
Date: Sat Aug  1 10:52:15 2009
Log: Duplicate line in JsContinue traverse method.


http://code.google.com/p/google-web-toolkit/source/detail?r=5866

Modified:
  /trunk/dev/core/src/com/google/gwt/dev/js/ast/JsContinue.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/js/ast/JsContinue.java       Fri Jul 
 
31 23:20:03 2009
+++ /trunk/dev/core/src/com/google/gwt/dev/js/ast/JsContinue.java       Sat Aug 
  
1 10:52:15 2009
@@ -38,7 +38,6 @@
    }

    public void traverse(JsVisitor v, JsContext<JsStatement> ctx) {
-    v.visit(this, ctx);
      if (v.visit(this, ctx)) {
        if (label != null) {
          v.accept(label);


--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to