From eeef52dc2b42a10ae4e10d5a55f214d18d046589 Mon Sep 17 00:00:00 2001 From: fhanik Date: Wed, 13 Dec 2006 02:36:35 +0000 Subject: [PATCH] remove not used methods git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@486466 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/catalina/ha/tcp/SimpleTcpCluster.java | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java b/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java index ae5e342e2..be435721a 100644 --- a/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java +++ b/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java @@ -932,25 +932,4 @@ public class SimpleTcpCluster public String getProtocol() { return null; } - - /** - * @see org.apache.catalina.Cluster#startContext(java.lang.String) - */ - public void startContext(String contextPath) throws IOException { - - } - - /** - * @see org.apache.catalina.Cluster#installContext(java.lang.String, java.net.URL) - */ - public void installContext(String contextPath, URL war) { - - } - - /** - * @see org.apache.catalina.Cluster#stop(java.lang.String) - */ - public void stop(String contextPath) throws IOException { - - } } -- 2.11.0