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

changeset 1048
f74e4269a50a
parent 993
4caf17560ae0
child 1061
e427c42e1a7e
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Jun 23 17:30:49 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Jun 24 13:52:14 2011 -0700
     1.3 @@ -637,8 +637,7 @@
     1.4      Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
     1.5  
     1.6  compiler.err.proc.no.service=\
     1.7 -    A service loader class could not be found.\n\
     1.8 -    Either java.util.ServiceLoader or sun.misc.Service must be available.
     1.9 +    A ServiceLoader was not usable and is required for annotation processing.
    1.10  
    1.11  compiler.err.proc.processor.bad.option.name=\
    1.12      Bad option name ''{0}'' provided by processor ''{1}''
    1.13 @@ -647,9 +646,6 @@
    1.14  compiler.err.proc.processor.cant.instantiate=\
    1.15      Could not instantiate an instance of processor ''{0}''
    1.16  
    1.17 -compiler.err.proc.processor.constructor.error=\
    1.18 -    Exception thrown while constructing Processor object: {0}
    1.19 -
    1.20  # 0: string
    1.21  compiler.err.proc.processor.not.found=\
    1.22      Annotation processor ''{0}'' not found

mercurial