Author: brett
Date: Wed Sep 24 06:42:43 2008
New Revision: 698567

URL: http://svn.apache.org/viewvc?rev=698567&view=rev
Log:
[NMAVEN-186] remove JDK 6 API

Modified:
    
incubator/nmaven/branches/NMAVEN-186/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/AbstractNMavenIntegrationTestCase.java

Modified: 
incubator/nmaven/branches/NMAVEN-186/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/AbstractNMavenIntegrationTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/branches/NMAVEN-186/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/AbstractNMavenIntegrationTestCase.java?rev=698567&r1=698566&r2=698567&view=diff
==============================================================================
--- 
incubator/nmaven/branches/NMAVEN-186/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/AbstractNMavenIntegrationTestCase.java
 (original)
+++ 
incubator/nmaven/branches/NMAVEN-186/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/AbstractNMavenIntegrationTestCase.java
 Wed Sep 24 06:42:43 2008
@@ -276,7 +276,7 @@
         }
         catch ( XmlPullParserException e )
         {
-            throw new IOException( e.getMessage(), e );
+            throw new IOException( e.getMessage() );
         }
         finally
         {


Reply via email to