You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/05/23 23:37:24 UTC

svn commit: r1485862 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

Author: markt
Date: Thu May 23 21:37:23 2013
New Revision: 1485862

URL: http://svn.apache.org/r1485862
Log:
Make this public to expand how the class can be used for unit tests.

Modified:
    tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java?rev=1485862&r1=1485861&r2=1485862&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java (original)
+++ tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Thu May 23 21:37:23 2013
@@ -96,7 +96,7 @@ public abstract class SimpleHttpClient {
     private String responseBody;
     private List<String> bodyUriElements = null;
 
-    protected void setPort(int thePort) {
+    public void setPort(int thePort) {
         port = thePort;
     }
 



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