fix small typo

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-05 14:50:03 +00:00
parent 34d9606346
commit 8de2760aac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class ArchivaJcrRepositoryConfig
{
String resourcePath = "org/apache/archiva/repository.xml";
LoggerFactory.getLogger( ArchivaJcrRepositoryConfig.class ).info(
"now repository.xml file in path {} so use default from resources path {}", file, resourcePath );
"no repository.xml file in path {} so use default from resources path {}", file, resourcePath );
// use bundled repository.xml
return RepositoryConfig.create(
Thread.currentThread( ).getContextClassLoader( ).getResourceAsStream( resourcePath ), home );