mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
Fix reference to log4jv2
This commit is contained in:

committed by
Mark H. Wood

parent
bda4fa0ba7
commit
3b10caef0d
@@ -466,7 +466,7 @@ public class EZIDIdentifierProviderTest
|
||||
PrintWriter pw = new PrintWriter(sw);
|
||||
ex.printStackTrace(pw);
|
||||
System.out.println(sw.toString());
|
||||
org.apache.logging.log4j.org.apache.logging.log4j.LogManager.getLogger(EZIDIdentifierProviderTest.class).fatal("Caught NPE", ex);
|
||||
org.apache.logging.log4j.LogManager.getLogger(EZIDIdentifierProviderTest.class).fatal("Caught NPE", ex);
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user