mirror of https://github.com/apache/archiva.git
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:
parent
ee548d9fb5
commit
a708c81320
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue