Author: ltheussl Date: Mon Feb 6 23:25:49 2006 New Revision: 375528 URL: http://svn.apache.org/viewcvs?rev=375528&view=rev Log: Fix checkstyle errors
Modified: maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java Modified: maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java?rev=375528&r1=375527&r2=375528&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java (original) +++ maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java Mon Feb 6 23:25:49 2006 @@ -19,8 +19,6 @@ import junit.framework.TestCase; -import org.xml.sax.InputSource; - /** * Test cases for the [EMAIL PROTECTED] J2EEEntityResolver} * @@ -71,6 +69,7 @@ /** * Test that the resolver is getting resources locally + * @throws Exception if there is a problem */ public void testResolvingLocally() throws Exception