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