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

changeset 3826
3fdfb200c295
parent 2525
2eb010b6cb22
parent 3814
12045c5cae33
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Sep 05 18:40:52 2019 +0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Sep 05 18:58:59 2019 +0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -869,6 +869,9 @@
    1.11  compiler.err.proc.bad.config.file=\
    1.12      Bad service configuration file, or exception thrown while constructing Processor object: {0}
    1.13  
    1.14 +compiler.err.proc.cant.load.class=\
    1.15 +    Could not load processor class file due to ''{0}''.
    1.16 +
    1.17  compiler.err.proc.cant.create.loader=\
    1.18      Could not create class loader for annotation processors: {0}
    1.19  

mercurial