From: markt Date: Tue, 24 Aug 2010 08:00:55 +0000 (+0000) Subject: Remove methods already defined by Container X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5f83a3464da4f30f923ca795790e0cf5ac651b58;p=tomcat7.0 Remove methods already defined by Container git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988422 13f79535-47bb-0310-9956-ffa450edef68 --- 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