stevel      2002/06/27 15:42:29

  Modified:    java/src/org/apache/axis/encoding Deserializer.java
  Log:
  comment fixup
  
  Revision  Changes    Path
  1.33      +3 -3      xml-axis/java/src/org/apache/axis/encoding/Deserializer.java
  
  Index: Deserializer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/encoding/Deserializer.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Deserializer.java 11 Jun 2002 14:53:54 -0000      1.32
  +++ Deserializer.java 27 Jun 2002 22:42:29 -0000      1.33
  @@ -77,13 +77,13 @@
    * An Axis compliant Deserializer must provide one or more
    * of the following methods:
    *
  - * public <constructor>(Class javaType, QName xmlType)
  - * public <constructor>()
  + * public &lt;constructor&gt;(Class javaType, QName xmlType)
  + * public &lt;constructo&gt;()
    *
    * This will allow for construction of generic factories that introspect the class
    * to determine how to construct a deserializer.
    * The xmlType, javaType arguments are filled in with the values known by the 
factory.
  -g */
  + */
   public interface Deserializer extends javax.xml.rpc.encoding.Deserializer, Callback 
{
   
       /**
  
  
  


Reply via email to