Author: markt Date: Tue Aug 24 08:00:55 2010 New Revision: 988422 URL: http://svn.apache.org/viewvc?rev=988422&view=rev Log: Remove methods already defined by Container
Modified: tomcat/trunk/java/org/apache/catalina/Host.java Modified: tomcat/trunk/java/org/apache/catalina/Host.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/Host.java?rev=988422&r1=988421&r2=988422&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/Host.java (original) +++ tomcat/trunk/java/org/apache/catalina/Host.java Tue Aug 24 08:00:55 2010 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org