bayard      2004/06/12 22:38:07

  Modified:    io/src/java/org/apache/commons/io IOUtils.java
  Log:
  deprecated toByteArray
  
  Revision  Changes    Path
  1.16      +2 -1      jakarta-commons/io/src/java/org/apache/commons/io/IOUtils.java
  
  Index: IOUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/IOUtils.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- IOUtils.java      13 Jun 2004 04:45:25 -0000      1.15
  +++ IOUtils.java      13 Jun 2004 05:38:07 -0000      1.16
  @@ -240,6 +240,7 @@
        * @param input the <code>String</code> to convert
        * @return the requested byte array
        * @throws IOException In case of an I/O problem
  +     * @deprecated This is reundant, use java.lang.String.toByteArray.
        */
       public static byte[] toByteArray( String input )
           throws IOException
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to