Skip to content

Commit

Permalink
dev-1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alain-kermis-sonarsource committed Jan 31, 2024
1 parent 7a9cbd7 commit b8827be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Main {
private static final Logger logger = Logger.getLogger("Logger");

public static void main(String[] args) {
logger.info("Hello world!");
logger.info("Hello world!!!");
}

}

0 comments on commit b8827be

Please sign in to comment.