Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 6ae96ffed -> a1e053180


Fix line length


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/a1e05318
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/a1e05318
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/a1e05318

Branch: refs/heads/master
Commit: a1e053180a293589badde234b14e3b0c7f23ab35
Parents: 6ae96ff
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Sep 12 12:43:50 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Sep 12 12:43:50 2014 -0400

----------------------------------------------------------------------
 bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/a1e05318/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
----------------------------------------------------------------------
diff --git a/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java 
b/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
index 476c39a..b81562d 100644
--- a/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
+++ b/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
@@ -61,7 +61,8 @@ public class Bug986Plugin {
     }
 
     public String getUsage() {
-        return "  -Xbug986             : Activate plugin remove 
XmlSchemaType(anySimpleType) from fields that shouldn't have it.";
+        return "  -Xbug986             : Activate plugin remove 
XmlSchemaType(anySimpleType)"
+            + " from fields that shouldn't have it.";
     }
 
     public boolean run(Outline outline, Options opt, ErrorHandler 
errorHandler) {

Reply via email to