Cleanup Javadoc as well as code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 23:29:05 +0000 (23:29 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 23:29:05 +0000 (23:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@883184 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/TldConfig.java

index 5b8a5ea..1cba6d8 100644 (file)
@@ -319,8 +319,6 @@ public final class TldConfig  implements LifecycleListener {
      * The set of shared JARs to be scanned for TLDs is narrowed down by
      * the <tt>noTldJars</tt> class variable, which contains the names of JARs
      * that are known not to contain any TLDs.
-     * 
-     * @exception Exception if a fatal input/output or parsing error occurs
      */
     public void execute() {
         long t1=System.currentTimeMillis();