KDoc compilation fixed

This commit is contained in:
Andrey Breslav
2012-12-07 21:47:57 +04:00
parent 947ab99f53
commit 0ec4131231
3 changed files with 4 additions and 3 deletions
@@ -139,6 +139,7 @@ public class PathUtil {
}
}
@NotNull
public static File findRtJar() {
String javaHome = System.getProperty("java.home");
if ("jre".equals(new File(javaHome).getName())) {