piotrp 2003/01/09 23:15:15
Modified: java/src/org/apache/wsif/providers/jca/toolplugin
FormatHandlerGenerator.java
Log:
Corrected javadoc comment.
Revision Changes Path
1.5 +1 -2
xml-axis-wsif/java/src/org/apache/wsif/providers/jca/toolplugin/FormatHandlerGenerator.java
Index: FormatHandlerGenerator.java
===================================================================
RCS file:
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/jca/toolplugin/FormatHandlerGenerator.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FormatHandlerGenerator.java 7 Dec 2002 12:33:53 -0000 1.4
+++ FormatHandlerGenerator.java 10 Jan 2003 07:15:15 -0000 1.5
@@ -82,8 +82,7 @@
* @param <code>aStyle</code> The <i>style</i> attribute off the TypeMapping
element associated with the format handler to be generated.
* @param <code>xsdQname</code> The QName of the XSD element(or type) for which
the format handler is being generated.
* @param <code>elementType</code> The type of element represented by the
<code>xsdQname</code> parameter. This is either
<code>CustomFormatHandlerGenerator.XSD_TYPE</code>
- * @param <code>generationContext</code> The generation context
- * or <code>CustomFormatHandlerGenerator.XSD_ELEMENT</code>.
+ * or
<code>CustomFormatHandlerGenerator.XSD_ELEMENT</code>.
* @param <code>generationContext</code> The generation context or
<code>null</code> is no context is required.
* @return a <code>HashTable</code> that contains a set of
<code>java.io.InputStream</code> s. Each input stream contains the generated code for
a particular
* class generated by the format handler generator. The number of input streams
returned depends on the number of classes that are generated by the format handler