Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 1332 invoked by uid 500); 27 Jun 2002 22:42:30 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 1323 invoked by uid 500); 27 Jun 2002 22:42:30 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Date: 27 Jun 2002 22:42:29 -0000 Message-ID: <20020627224229.99855.qmail@icarus.apache.org> From: stevel@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/src/org/apache/axis/encoding Deserializer.java X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N 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 (Class javaType, QName xmlType) - * public () + * public <constructor>(Class javaType, QName xmlType) + * public <constructo>() * * 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 { /**