From 35a41108dc6e7a0285611b6e36ee491eb0ab48ef Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 30 Jun 2024 08:02:55 -0400 Subject: [PATCH] Update Log4j 2 OSGi imports --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f5b898a..04a8f18 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,7 @@ The type attribute can be add,update,fix,remove. Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. - Update Log4j 2 Imports #268. + Update Log4j 2 OSGi imports #268. Fix NullPointerException in SimpleLog#write(Object) on null input. Fix NullPointerException in SimpleLog#write(StringBuffer) on null input.