dims 2003/06/28 13:51:29
Modified: java/src/org/apache/axis/utils tcpmon.java
Log:
Bug 17175 - Empty methods in tcpmon for setting source & destination addresses
Notes: all parameters can be set from the tcpmon constructor. So am removing the
NOOP methods.
Revision Changes Path
1.52 +0 -6 xml-axis/java/src/org/apache/axis/utils/tcpmon.java
Index: tcpmon.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/tcpmon.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- tcpmon.java 28 Jun 2003 20:48:02 -0000 1.51
+++ tcpmon.java 28 Jun 2003 20:51:29 -0000 1.52
@@ -1869,12 +1869,6 @@
this(listenPort, targetHost, targetPort, false);
}
- public void setInputPort(int port) {
- }
-
- public void setOutputHostPort(char hostName, int port) {
- }
-
/**
* set up the L&F
*/