You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/07 08:25:51 UTC

svn commit: r375528 - /maven/maven-1/plugins/trunk/ear/src/test/org/apache/maven/ear/j2ee/J2EEEntityResolverTest.java

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 {@link 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