Author: brett
Date: Wed Jul  9 04:26:37 2014
New Revision: 1609013

URL: http://svn.apache.org/r1609013
Log:
remove unused method

Modified:
    
incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java

Modified: 
incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java?rev=1609013&r1=1609012&r2=1609013&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java
 Wed Jul  9 04:26:37 2014
@@ -176,11 +176,6 @@ public final class PathUtil
         return new File( settingsPathOrFile, "npanday-settings.xml" );
     }
 
-    public static String getHomeM2Folder()
-    {
-        return new File(System.getProperty( "user.home" ), 
".m2").getAbsolutePath();
-    }
-
     public static File getPrivateApplicationBaseDirectory( MavenProject 
project )
     {
         // Maven already basedir aligns this


Reply via email to