remove String to String

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1427128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-31 14:14:39 +00:00
parent ee548d9fb5
commit a708c81320
1 changed files with 1 additions and 1 deletions

View File

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