dufoli commented on a change in pull request #721:
URL: https://github.com/apache/cxf/pull/721#discussion_r526643496
##########
File path:
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
##########
@@ -56,19 +59,18 @@
import org.apache.cxf.service.model.SchemaInfo;
import org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean;
-public final class WrapperClassGenerator extends ASMHelper {
+public final class WrapperClassGenerator extends ClassGeneratorClassLoader
implements WrapperClassCreator {
public static final String DEFAULT_PACKAGE_NAME = "defaultnamespace";
private static final Logger LOG =
LogUtils.getL7dLogger(WrapperClassGenerator.class);
- private Set<Class<?>> wrapperBeans = new LinkedHashSet<>();
- private InterfaceInfo interfaceInfo;
+ private Set<Class<?>> wrapperBeans;
Review comment:
I was thinking the same when I move the code.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]