Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chanikag committed Jul 11, 2024
1 parent 11d2513 commit cc6adb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class CustomLogSetter {
private static CustomLogSetter instance = null;
private static final String APPENDER_CONTENT = "CAppContent";
private static final String APPENDER_CONTENT = "CAppName";

private CustomLogSetter() {
}
Expand Down

0 comments on commit cc6adb7

Please sign in to comment.