Skip to content

Commit

Permalink
Corrections modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jxerome committed Jan 13, 2022
1 parent 71a09ed commit 7ac8b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello/src/main/java/log4shell/Hello.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public class HelloWorld {
private static final Logger log = LogManager.getLogger(HelloWorld.class);
public class Hello {
private static final Logger log = LogManager.getLogger(Hello.class);

public static void main(String[] args) {
System.setProperty("com.sun.jndi.ldap.object.trustURLCodebase", "true");
Expand Down

0 comments on commit 7ac8b77

Please sign in to comment.