Fixing save of statistics.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@516426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-03-09 15:09:28 +00:00
parent ae79c734ca
commit c2a3cfc796
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class DataRefreshExecutor
lastRunStats.getTimestampFinished(), null, null );
stats.dump( getLogger() );
lastRunStats.save( DATAREFRESH_FILE );
stats.save( DATAREFRESH_FILE );
}
catch ( DiscovererException e )
{