getJdkDir is now public access

This commit is contained in:
nathan 2017-07-29 23:20:34 +02:00
parent d8c8a2566c
commit ec6f06267a
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Builder {
/** /**
* @return the location of the jdk runtimes * @return the location of the jdk runtimes
*/ */
static public static
File getJdkDir() { File getJdkDir() {
// this will ALWAYS be a dir // this will ALWAYS be a dir
final File runLocation = Build.get(); final File runLocation = Build.get();