Skip to content

Commit

Permalink
[bidi] [java] Make BaseLogEntry.LogLevel enum public (#11147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature committed Oct 19, 2022
1 parent 9f123a4 commit 584d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/bidi/log/BaseLogEntry.java
Expand Up @@ -51,7 +51,7 @@ public BaseLogEntry(LogLevel level,
this.stackTrace = stackTrace;
}

enum LogLevel {
public enum LogLevel {
DEBUG("debug"),
ERROR("error"),
INFO("info"),
Expand Down

0 comments on commit 584d006

Please sign in to comment.