owenb 2003/01/10 03:12:04 Modified: java/src/org/apache/wsif/providers ProviderUtils.java Log: Minor javadoc fixes Revision Changes Path 1.3 +4 -4 xml-axis-wsif/java/src/org/apache/wsif/providers/ProviderUtils.java Index: ProviderUtils.java =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/ProviderUtils.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ProviderUtils.java 7 Dec 2002 12:33:54 -0000 1.2 +++ ProviderUtils.java 10 Jan 2003 11:12:03 -0000 1.3 @@ -83,7 +83,7 @@ * Convert an array of any dimensions containing only Strings of length 1, to an array * of java.lang.Characters which has the same dimensions. * @param obj The array of Strings - * @param ret temporary array used in rescursion. The first call should be passed null. + * @param ret temporary array used in recursion. The first call should be passed null. * @return The Character array * @exception A WSIFException thrown if the conversion fails for any reason. */ @@ -128,7 +128,7 @@ * Convert an array of any dimensions containing only Strings of length 1, to an array * of chars which has the same dimensions. * @param obj The array of Strings - * @param ret temporary array used in rescursion. The first call should be passed null. + * @param ret temporary array used in recursion. The first call should be passed null. * @return The char array * @exception A WSIFException thrown if the conversion fails for any reason. */ @@ -180,7 +180,7 @@ * Convert an array of java.lang.Characters of any dimensions to an equivalent array * of java.lang.Strings which has the same dimensions. * @param obj The array of Characters - * @param ret temporary array used in rescursion. The first call should be passed null. + * @param ret temporary array used in recursion. The first call should be passed null. * @return The array of Strings * @exception A WSIFException thrown if the conversion fails for any reason. */ @@ -220,7 +220,7 @@ * Convert an array of chars of any dimensions to an equivalent array * of java.lang.Strings which has the same dimensions. * @param obj The array of chars - * @param ret temporary array used in rescursion. The first call should be passed null. + * @param ret temporary array used in recursion. The first call should be passed null. * @return The array of Strings * @exception A WSIFException thrown if the conversion fails for any reason. */