stevel 2002/10/17 16:16:48 Modified: java/src/org/apache/axis/encoding SerializationContext.java Log: javadoc fixup Revision Changes Path 1.84 +2 -2 xml-axis/java/src/org/apache/axis/encoding/SerializationContext.java Index: SerializationContext.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/encoding/SerializationContext.java,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- SerializationContext.java 30 Sep 2002 20:05:23 -0000 1.83 +++ SerializationContext.java 17 Oct 2002 23:16:48 -0000 1.84 @@ -187,7 +187,7 @@ * return a valid prefix - if the given URI is already mapped in this * serialization, we return the previous prefix. If it is not mapped, * we will add a new mapping and return a generated prefix of the form - * "ns<num>". + * "ns<num>". * @param uri is the namespace uri * @return prefix */ @@ -198,7 +198,7 @@ * return a valid prefix - if the given URI is already mapped in this * serialization, we return the previous prefix. If it is not mapped, * we will add a new mapping and return a generated prefix of the form - * "ns<num>". + * "ns<num>". * @param uri is the namespace uri * @param defaultPrefix optional parameter which is the default prefix * @return prefix