You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2004/02/05 17:21:53 UTC

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf MessageBytes.java

remm        2004/02/05 08:21:53

  Modified:    util/java/org/apache/tomcat/util/buf MessageBytes.java
  Log:
  - Undeprecate getInt (this looks reasonably useful to me).
  
  Revision  Changes    Path
  1.12      +0 -2      jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/MessageBytes.java
  
  Index: MessageBytes.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/MessageBytes.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MessageBytes.java	26 Jan 2004 19:49:17 -0000	1.11
  +++ MessageBytes.java	5 Feb 2004 16:21:53 -0000	1.12
  @@ -643,8 +643,6 @@
   
       // Used for headers conversion
       /** Convert the buffer to an int, cache the value
  -     *  @deprecated The buffer are general purpose, caching for headers should
  -     *  be done in headers
        */ 
       public int getInt() 
       {
  
  
  

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