src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 54650 d9208a660094
parent 54568 b2ed96c35687
child 55021 d84176dd57b0
equal deleted inserted replaced
54649:73a87b1aacc2 54650:d9208a660094
     1 #
     1 #
     2 # Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2019, 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
  1049 
  1049 
  1050 # 0: string
  1050 # 0: string
  1051 compiler.err.proc.cant.find.class=\
  1051 compiler.err.proc.cant.find.class=\
  1052     Could not find class file for ''{0}''.
  1052     Could not find class file for ''{0}''.
  1053 
  1053 
       
  1054 # 0: string
       
  1055 compiler.err.proc.cant.load.class=\
       
  1056     Could not load processor class file due to ''{0}''.
       
  1057 
  1054 # Print a client-generated error message; assumed to be localized, no translation required
  1058 # Print a client-generated error message; assumed to be localized, no translation required
  1055 # 0: string
  1059 # 0: string
  1056 compiler.err.proc.messager=\
  1060 compiler.err.proc.messager=\
  1057     {0}
  1061     {0}
  1058 
  1062