You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/07/05 08:36:02 UTC

svn commit: r419177 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

Author: bayard
Date: Tue Jul  4 23:36:02 2006
New Revision: 419177

URL: http://svn.apache.org/viewvc?rev=419177&view=rev
Log:
Fixed a bit of javadoc with bad xhtml

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java?rev=419177&r1=419176&r2=419177&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Tue Jul  4 23:36:02 2006
@@ -2315,18 +2315,14 @@
     }
     
     /**
-     * Converts an array of primitive chars to objects.<br>
-     * <p>
-     * <strong>This is method is not in ArrayUtils.</strong>
-     * </p>
-     * <p>
-     * This method returns <code>null</code> for a <code>null</code> input
-     * array.
-     * </p>
+     * <p>Converts an array of primitive chars to objects.</p>
+     *
+     * <p><strong>This is method is not in ArrayUtils.</strong></p>
+     *
+     * <p>This method returns <code>null</code> for a <code>null</code> input array.</p>
      * 
      * @param array a <code>char</code> array
-     * @return a <code>Character</code> array, <code>null</code> if null
-     *         array input
+     * @return a <code>Character</code> array, <code>null</code> if null array input
      */
     public static Object[] toObject(char[] array) {
         if ( array == null ) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org