You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/03/07 22:01:27 UTC

svn commit: r384009 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java

Author: fhanik
Date: Tue Mar  7 13:01:25 2006
New Revision: 384009

URL: http://svn.apache.org/viewcvs?rev=384009&view=rev
Log:
removed not needed constructor

Modified:
    tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java

Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java?rev=384009&r1=384008&r2=384009&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java Tue Mar  7 13:01:25 2006
@@ -106,14 +106,6 @@
         this.discard = discard;
     }
 
-
-    /**
-     * Constructs a new XByteBuffer with an initial size of 1024 bytes
-     */
-    public XByteBuffer(boolean discard)  {
-        this(DEF_SIZE,discard);
-    }
-    
     public int getLength() {
         return bufSize;
     }



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