equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
441 |
441 |
442 # 0: name |
442 # 0: name |
443 compiler.err.duplicate.class=\ |
443 compiler.err.duplicate.class=\ |
444 duplicate class: {0} |
444 duplicate class: {0} |
445 |
445 |
|
446 # 0: name, 1: name |
|
447 compiler.err.same.binary.name=\ |
|
448 classes: {0} and {1} have the same binary name |
|
449 |
446 compiler.err.duplicate.case.label=\ |
450 compiler.err.duplicate.case.label=\ |
447 duplicate case label |
451 duplicate case label |
448 |
452 |
449 compiler.err.duplicate.default.label=\ |
453 compiler.err.duplicate.default.label=\ |
450 duplicate default label |
454 duplicate default label |