Skip to content

Commit

Permalink
refactor: make asBoolean public (#2537)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm authored Sep 24, 2024
1 parent c1c65b1 commit d7ce03e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public enum BooleanWithUndefined {
TRUE, FALSE, UNDEFINED;

Boolean asBoolean() {
public Boolean asBoolean() {
switch (this) {
case TRUE:
return Boolean.TRUE;
Expand Down

0 comments on commit d7ce03e

Please sign in to comment.