< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 1049,1058 **** --- 1049,1062 ---- # 0: string compiler.err.proc.cant.find.class=\ Could not find class file for ''{0}''. + # 0: string + compiler.err.proc.cant.load.class=\ + Could not load processor class file due to ''{0}''. + # Print a client-generated error message; assumed to be localized, no translation required # 0: string compiler.err.proc.messager=\ {0}
< prev index next >