You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2006/05/25 14:51:35 UTC

svn commit: r409382 - /webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java

Author: hawkeye
Date: Thu May 25 05:51:34 2006
New Revision: 409382

URL: http://svn.apache.org/viewvc?rev=409382&view=rev
Log:
Made Monitor more flexible so it can be subclassed for MQ

Modified:
    webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java

Modified: webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java?rev=409382&r1=409381&r2=409382&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java (original)
+++ webservices/axis/trunk/c/tests/utils/monitor/org/apache/test/TCPMonitor.java Thu May 25 05:51:34 2006
@@ -83,7 +83,7 @@
                 {
                     if (getInstance( )!=null)
                     {
-                        System.out.println( "Resetting requeest and responsefiles");
+                        System.out.println( "Resetting request and responsefiles");
                         getInstance( ).setRequestFile(requestFile);
                         getInstance( ).setResponseFile(responseFile);
                         try
@@ -163,7 +163,7 @@
         this.responseFile = responseFile;
         attachToFiles();
     }
-    private void attachToFiles()throws IOException
+    protected void attachToFiles()throws IOException
     {
         try
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org