owenb 2003/01/10 03:12:34 Modified: java/src/org/apache/wsif/providers Tag: pre1_2_0-patches ProviderUtils.java Log: Minor javadoc fixes Revision Changes Path No revision No revision 1.1.2.2 +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.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- ProviderUtils.java 4 Dec 2002 17:29:01 -0000 1.1.2.1 +++ ProviderUtils.java 10 Jan 2003 11:12:34 -0000 1.1.2.2 @@ -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. */