forked from I2P_Developers/i2p.i2p
warning tweak
This commit is contained in:
@ -355,7 +355,7 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
System.out.println("Warning: " + s);
|
||||
}
|
||||
if (isJava11) {
|
||||
s = "Java 10/11 support is beta, and not recommended for general use";
|
||||
s = "Java 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