Skip to content

Commit

Permalink
feat: Updated the java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Apr 3, 2024
1 parent e077050 commit a724cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* </p>
*/
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:";
Expand Down

0 comments on commit a724cf5

Please sign in to comment.