mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
7003477: Paths.isDefaultBootClassPath needs to be public
Reviewed-by: mcimadamore
This commit is contained in:
parent
be8a607fef
commit
6edf2ff9a3
@ -152,7 +152,7 @@ public class Paths {
|
||||
pathsForLocation.put(location, p);
|
||||
}
|
||||
|
||||
boolean isDefaultBootClassPath() {
|
||||
public boolean isDefaultBootClassPath() {
|
||||
lazy();
|
||||
return isDefaultBootClassPath;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user