7003477: Paths.isDefaultBootClassPath needs to be public

Reviewed-by: mcimadamore
This commit is contained in:
Jonathan Gibbons 2010-11-30 09:38:48 -08:00
parent be8a607fef
commit 6edf2ff9a3

View File

@ -152,7 +152,7 @@ public class Paths {
pathsForLocation.put(location, p);
}
boolean isDefaultBootClassPath() {
public boolean isDefaultBootClassPath() {
lazy();
return isDefaultBootClassPath;
}