From a724cf572848878e2eca0519bd8f976f5eb6705b Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Thu, 4 Apr 2024 00:36:11 +0100 Subject: [PATCH] feat: Updated the java version to 11 --- .../com/hotels/bdp/waggledance/manifest/ManifestAttributes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waggle-dance-core/src/main/java/com/hotels/bdp/waggledance/manifest/ManifestAttributes.java b/waggle-dance-core/src/main/java/com/hotels/bdp/waggledance/manifest/ManifestAttributes.java index 6e3688542..2f1887210 100644 --- a/waggle-dance-core/src/main/java/com/hotels/bdp/waggledance/manifest/ManifestAttributes.java +++ b/waggle-dance-core/src/main/java/com/hotels/bdp/waggledance/manifest/ManifestAttributes.java @@ -38,7 +38,7 @@ *

*/ public class ManifestAttributes { - private static Logger LOG = LoggerFactory.getLogger(ManifestAttributes.class); + private static final Logger LOG = LoggerFactory.getLogger(ManifestAttributes.class); static final String META_INF_MANIFEST_MF = "META-INF/MANIFEST.MF"; private static final String JAR_PROTOCOL = "jar:";