Browse Source

Remove unused imports

Howard M. Lewis Ship 12 years ago
parent
commit
7f5b334189
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tapestry/hello/src/main/java/hello/services/AppModule.java

+ 1 - 3
tapestry/hello/src/main/java/hello/services/AppModule.java

@@ -1,8 +1,6 @@
 package hello.services;
 
-import java.io.IOException;
-
-import org.apache.tapestry5.*;
+import org.apache.tapestry5.SymbolConstants;
 import org.apache.tapestry5.ioc.MappedConfiguration;
 import org.apache.tapestry5.ioc.ServiceBinder;