< prev index next >

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

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1999, 2014, 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
*** 867,876 **** --- 867,879 ---- Error creating a service loader to load Processors. compiler.err.proc.bad.config.file=\ Bad service configuration file, or exception thrown while constructing Processor object: {0} + compiler.err.proc.cant.load.class=\ + Could not load processor class file due to ''{0}''. + compiler.err.proc.cant.create.loader=\ Could not create class loader for annotation processors: {0} # 0: unused compiler.err.qualified.new.of.static.class=\
< prev index next >