Skip to content

Commit 943ee50

Browse files
committed
Reduce visibility of SwitchUtils
1 parent a64f4db commit 943ee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/migrate/lang/SwitchUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.List;
2222
import java.util.Objects;
2323

24-
public class SwitchUtils {
24+
class SwitchUtils {
2525
/**
2626
* Checks if a switch statement covers all possible values of its selector.
2727
* This is typically used to determine if a switch statement is "exhaustive" as per the Java language specification.

0 commit comments

Comments
 (0)