Author: markt
Date: Thu Jan 15 11:07:07 2015
New Revision: 1652051

URL: http://svn.apache.org/r1652051
Log:
Reduce visibility.

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java?rev=1652051&r1=1652050&r2=1652051&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Thu Jan 
15 11:07:07 2015
@@ -1053,7 +1053,7 @@ public class Http11InputBuffer implement
      * This class is an input buffer which will read its data from an input
      * stream.
      */
-    protected class SocketInputBuffer implements InputBuffer {
+    private class SocketInputBuffer implements InputBuffer {
 
         /**
          * Read bytes into the specified chunk.



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

Reply via email to