Author: heiko.braun(a)jboss.com
Date: 2007-07-10 09:35:24 -0400 (Tue, 10 Jul 2007)
New Revision: 3840
Modified:
trunk/integration/sunri/src/main/java/org/jboss/wsf/stack/sunri/tools/SunRIConsumerImpl.java
Log:
implement setTarget()
Modified:
trunk/integration/sunri/src/main/java/org/jboss/wsf/stack/sunri/tools/SunRIConsumerImpl.java
===================================================================
---
trunk/integration/sunri/src/main/java/org/jboss/wsf/stack/sunri/tools/SunRIConsumerImpl.java 2007-07-10
09:36:37 UTC (rev 3839)
+++
trunk/integration/sunri/src/main/java/org/jboss/wsf/stack/sunri/tools/SunRIConsumerImpl.java 2007-07-10
13:35:24 UTC (rev 3840)
@@ -97,10 +97,10 @@
this.additionalCompilerClassPath = additionalCompilerClassPath;
}
- public void setTarget(String target)
- {
- this.target = target;
- }
+ @Override
+ public void setTarget(String target) {
+ this.target = target;
+ }
@Override
public void consume(URL wsdl) {
@@ -186,9 +186,4 @@
}
- @Override
- public void setTarget(String target) {
- // TODO Auto-generated method stub
-
- }
}
Show replies by date