Update Landing.java

This commit is contained in:
Jak
2018-11-11 09:26:16 +00:00
committed by GitHub
parent af32d090ad
commit a284417b5a
+1 -1
View File
@@ -31,7 +31,7 @@ public final class Landing {
public static void main(String... args) throws IOException {
if (Context.getJavaVersion() >= 9){
UILog.log("Parabot", "Please downgrade to Java 8 in order to use Parabot");
UILog.log("Parabot", "Parabot doesn't support Java 9+ currently. Please downgrade to Java 8 to ensure Parabot is working correctly.");
System.exit(0);
}