Simplify
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Jan 2010 00:18:24 +0000 (00:18 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 15 Jan 2010 00:18:24 +0000 (00:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@899493 13f79535-47bb-0310-9956-ffa450edef68

java/javax/servlet/ServletContainerInitializer.java

index c16ed8e..a0a7a7f 100644 (file)
@@ -31,6 +31,6 @@ public interface ServletContainerInitializer {
      * @param ctx
      * @throws ServletException
      */
-    public void onStartup(Set<java.lang.Class<?>> c, ServletContext ctx)
+    public void onStartup(Set<Class<?>> c, ServletContext ctx)
     throws ServletException;
 }