langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
equal
deleted
inserted
replaced
2556 (use -source 8 or higher to enable default methods) |
2556 (use -source 8 or higher to enable default methods) |
2557 |
2557 |
2558 # 0: string |
2558 # 0: string |
2559 compiler.err.intersection.types.in.cast.not.supported.in.source=\ |
2559 compiler.err.intersection.types.in.cast.not.supported.in.source=\ |
2560 intersection types in cast are not supported in -source {0}\n\ |
2560 intersection types in cast are not supported in -source {0}\n\ |
2561 (use -source 8 or higher to enable default methods) |
2561 (use -source 8 or higher to enable intersection types in cast) |
2562 |
2562 |
2563 # 0: string |
2563 # 0: string |
2564 compiler.err.static.intf.methods.not.supported.in.source=\ |
2564 compiler.err.static.intf.methods.not.supported.in.source=\ |
2565 static interface methods are not supported in -source {0}\n\ |
2565 static interface methods are not supported in -source {0}\n\ |
2566 (use -source 8 or higher to enable static interface methods) |
2566 (use -source 8 or higher to enable static interface methods) |