]> source.dussan.org Git - archiva.git/commitdiff
remove String to String
authorOlivier Lamy <olamy@apache.org>
Mon, 31 Dec 2012 14:14:39 +0000 (14:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 31 Dec 2012 14:14:39 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1427128 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultCommonServices.java

index 424c1f5d64d7780c3075c1ee4976b7b0664826f0..4068f900e8a190d791f3ca94b78b8bfa329fa0ba 100644 (file)
@@ -124,7 +124,7 @@ public class DefaultCommonServices
         Properties properties = new Properties();
         try
         {
-            is = Thread.currentThread().getContextClassLoader().getResourceAsStream( resourceName.toString() );
+            is = Thread.currentThread().getContextClassLoader().getResourceAsStream( resourceName );
             if ( is != null )
             {
                 properties.load( is );