Author: olamy Date: Sat Dec 10 21:06:10 2011 New Revision: 1212873 URL: http://svn.apache.org/viewvc?rev=1212873&view=rev Log: fix javadoc
Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/EmbeddedRegistry.java Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/EmbeddedRegistry.java URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/EmbeddedRegistry.java?rev=1212873&r1=1212872&r2=1212873&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/EmbeddedRegistry.java (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/EmbeddedRegistry.java Sat Dec 10 21:06:10 2011 @@ -95,8 +95,7 @@ public final class EmbeddedRegistry * removed from the registry. * * @param log the log to write possible shutdown exceptions to - * @throws org.apache.catalina.LifecycleException - * the first exception which occurred will be rethrown + * @throws Exception the first exception which occurred will be rethrown */ public synchronized void shutdownAll( final Log log ) throws Exception --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org