Author: dkulp
Date: Thu Nov 15 18:35:22 2012
New Revision: 1409911
URL: http://svn.apache.org/viewvc?rev=1409911&view=rev
Log:
Merged revisions 1409325 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1409325 | dkulp | 2012-11-14 14:50:26 -0500 (Wed, 14 Nov 2012) | 2 lines
Remove a println that was accidentally left in
........
Modified:
cxf/branches/2.6.x-fixes/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/WSDL11Validator.java
Modified:
cxf/branches/2.6.x-fixes/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/WSDL11Validator.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/WSDL11Validator.java?rev=1409911&r1=1409910&r2=1409911&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/WSDL11Validator.java
(original)
+++
cxf/branches/2.6.x-fixes/tools/validator/src/main/java/org/apache/cxf/tools/validator/internal/WSDL11Validator.java
Thu Nov 15 18:35:22 2012
@@ -136,7 +136,6 @@ public class WSDL11Validator extends Abs
}
}
if (notValid) {
- System.out.println(this.getErrorMessage());
throw new ToolException(this.getErrorMessage());
}