From 5f83a3464da4f30f923ca795790e0cf5ac651b58 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 24 Aug 2010 08:00:55 +0000 Subject: [PATCH] Remove methods already defined by Container git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988422 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/Host.java | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/java/org/apache/catalina/Host.java b/java/org/apache/catalina/Host.java index 8e3bd00ca..0f4242a58 100644 --- a/java/org/apache/catalina/Host.java +++ b/java/org/apache/catalina/Host.java @@ -148,24 +148,6 @@ public interface Host extends Container { public void setDeployOnStartup(boolean deployOnStartup); - /** - * Return the canonical, fully qualified, name of the virtual host - * this Container represents. - */ - public String getName(); - - - /** - * Set the canonical, fully qualified, name of the virtual host - * this Container represents. - * - * @param name Virtual host name - * - * @exception IllegalArgumentException if name is null - */ - public void setName(String name); - - // --------------------------------------------------------- Public Methods -- 2.11.0