You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/08/09 18:50:34 UTC

cxf-xjc-utils git commit: Forgot to remove a println

Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 695eb0093 -> bd526d2cf


Forgot to remove a println


Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/bd526d2c
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/bd526d2c
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/bd526d2c

Branch: refs/heads/master
Commit: bd526d2cf82ca33405bd718026a7fb1818543d90
Parents: 695eb00
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Aug 9 14:50:21 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Aug 9 14:50:21 2017 -0400

----------------------------------------------------------------------
 dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/bd526d2c/dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java
----------------------------------------------------------------------
diff --git a/dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java b/dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java
index 9ff6dc8..30c0b45 100644
--- a/dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java
+++ b/dv/src/main/java/org/apache/cxf/xjc/dv/DefaultValuePlugin.java
@@ -232,7 +232,6 @@ public class DefaultValuePlugin {
                     }
                     continue;
                 } else {
-                    System.out.println("UPDATE 3!!!!!");
                     updateGetter(co, f, co.implClass, dvExpr, false);                    
                 }
             }