Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed May 22, 2023
1 parent 82caedf commit a64edee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void print(String text) {
}

public static void print(String text, Object... args) {
globalLogger.log(Level.INFO, args == null ? text : String.format(text, args));
print(String.format(text, args));
}

}

0 comments on commit a64edee

Please sign in to comment.