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 2004/06/13 07:38:07 UTC

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io IOUtils.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org