ffang closed pull request #474: [CXF-7897] WrapperClassGenerator - fixing
unclear warning log message
URL: https://github.com/apache/cxf/pull/474
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
index 3ac03cffc8b..bcd851eb04c 100644
---
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
+++
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
@@ -150,8 +150,8 @@ private void createWrapperClass(MessagePartInfo wrapperPart,
ClassWriter cw = createClassWriter();
if (cw == null) {
- LOG.warning(op.getName() + "requires a wrapper bean but problems
with"
- + " ASM has prevented creating one. Operation may not work
correctly.");
+ LOG.warning(op.getName() + " requires a wrapper bean but problems
with"
+ + " ASM has prevented creating one. Operation may not work
correctly.");
return;
}
QName wrapperElement = messageInfo.getName();
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services