[MRM-1282] fix file metadata format

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-11-25 15:26:07 +00:00
parent 91cb91a8a2
commit f863666a3d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class FileMetadataRepository
try
{
in = new FileInputStream( new File( directory, "metadata.xml" ) );
properties.load( in );
properties.loadFromXML( in );
}
catch ( FileNotFoundException e )
{