8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java
Reviewed-by: lancea, alanb
This commit is contained in:
parent
1b1639105a
commit
7209293495
@ -97,6 +97,7 @@ final class UNIXProcess extends Process {
|
||||
EnumSet.copyOf(Arrays.asList(launchMechanisms));
|
||||
}
|
||||
|
||||
@SuppressWarnings("fallthrough")
|
||||
private String helperPath(String javahome, String osArch) {
|
||||
switch (this) {
|
||||
case SOLARIS:
|
||||
|
Loading…
Reference in New Issue
Block a user