equal
deleted
inserted
replaced
2402 # 0: string |
2402 # 0: string |
2403 compiler.err.static.intf.methods.not.supported.in.source=\ |
2403 compiler.err.static.intf.methods.not.supported.in.source=\ |
2404 static interface methods are not supported in -source {0}\n\ |
2404 static interface methods are not supported in -source {0}\n\ |
2405 (use -source 8 or higher to enable static interface methods) |
2405 (use -source 8 or higher to enable static interface methods) |
2406 |
2406 |
|
2407 # 0: string |
|
2408 compiler.err.static.intf.method.invoke.not.supported.in.source=\ |
|
2409 static interface method invocations are not supported in -source {0}\n\ |
|
2410 (use -source 8 or higher to enable static interface method invocations) |
|
2411 |
2407 ######################################## |
2412 ######################################## |
2408 # Diagnostics for verbose resolution |
2413 # Diagnostics for verbose resolution |
2409 # used by Resolve (debug only) |
2414 # used by Resolve (debug only) |
2410 ######################################## |
2415 ######################################## |
2411 |
2416 |