forked from I2P_Developers/i2p.i2p
Console: Make Java 10 warning a 10/11 warning
This commit is contained in:
@ -355,7 +355,7 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
System.out.println("Warning: " + s);
|
||||
}
|
||||
if (isJava10) {
|
||||
s = "Java 10 support is beta, and not recommended for general use";
|
||||
s = "Java 10/11 support is beta, and not recommended for general use";
|
||||
log.logAlways(net.i2p.util.Log.WARN, s);
|
||||
System.out.println("Warning: " + s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user