mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Correct Checker where I18N was removed.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2915 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -37,7 +37,7 @@ import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.dspace.core.I18N;
|
||||
import org.dspace.core.I18nUtil;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -104,7 +104,7 @@ public class ResultsLogger implements ChecksumResultsCollector
|
||||
*/
|
||||
private String msg(String key)
|
||||
{
|
||||
return I18N.message(key, ResultsLogger.class);
|
||||
return I18nUtil.getMessage("org.dspace.checker.ResultsLogger." + key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user