butek 02/02/06 13:24:29
Modified: java/src/org/apache/axis/wsdl/toJava Emitter.java
Log:
Oops. Neglected to delete a comment when I deleted the function that comment
referred to. This function moved from Emitter to JavaWriterFactory so that I could
get --all functionality to work better.
Revision Changes Path
1.16 +0 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/Emitter.java
Index: Emitter.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/wsdl/toJava/Emitter.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Emitter.java 6 Feb 2002 21:08:54 -0000 1.15
+++ Emitter.java 6 Feb 2002 21:24:29 -0000 1.16
@@ -208,7 +208,6 @@
// If the binding is undefined, then we're parsing a Definition
// that didn't contain a binding, merely a service that referred
// to a non-existent binding. Don't bother writing it.
- // If this isn't a SOAP binding, don't bother writing it,
either.
if (binding.isUndefined()) {
continue;
}