We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64f4db commit 943ee50Copy full SHA for 943ee50
src/main/java/org/openrewrite/java/migrate/lang/SwitchUtils.java
@@ -21,7 +21,7 @@
21
import java.util.List;
22
import java.util.Objects;
23
24
-public class SwitchUtils {
+class SwitchUtils {
25
/**
26
* Checks if a switch statement covers all possible values of its selector.
27
* This is typically used to determine if a switch statement is "exhaustive" as per the Java language specification.
0 commit comments