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…
Reference in New Issue
Block a user