Author: brett
Date: Wed Sep 24 06:08:39 2008
New Revision: 698553

URL: http://svn.apache.org/viewvc?rev=698553&view=rev
Log:
[NMAVEN-186] remove inspection warning

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=698553&r1=698552&r2=698553&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:08:39 2008
@@ -233,7 +233,7 @@
         StringBuilder sb = new StringBuilder();
         sb.append( "target/" );
         sb.append( assemblyName );
-        if ( !NMAVEN_0_14.containsVersion( this.version ) )
+        if ( !NMAVEN_0_14.containsVersion( 
AbstractNMavenIntegrationTestCase.version ) )
         {
             sb.append( "-" );
             sb.append( version );


Reply via email to