langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 5848 c5a4ce47e780
parent 5846 6df0e6bcb388
child 6031 50004868a787
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
   606     {0} declares additional unsafe vararg methods.
   606     {0} declares additional unsafe vararg methods.
   607 compiler.note.varargs.plural.additional=\
   607 compiler.note.varargs.plural.additional=\
   608     Some input files additionally declares unsafe vararg methods.
   608     Some input files additionally declares unsafe vararg methods.
   609 
   609 
   610 compiler.note.sunapi.filename=\
   610 compiler.note.sunapi.filename=\
   611     {0} uses Sun proprietary API that may be removed in a future release.
   611     {0} uses internal proprietary API that may be removed in a future release.
   612 compiler.note.sunapi.plural=\
   612 compiler.note.sunapi.plural=\
   613     Some input files use Sun proprietary API that may be removed in a future release.
   613     Some input files use internal proprietary API that may be removed in a future release.
   614 # The following string may appear after one of the above sunapi messages.
   614 # The following string may appear after one of the above sunapi messages.
   615 compiler.note.sunapi.recompile=\
   615 compiler.note.sunapi.recompile=\
   616     Recompile with -Xlint:sunapi for details.
   616     Recompile with -Xlint:sunapi for details.
   617 
   617 
   618 compiler.note.sunapi.filename.additional=\
   618 compiler.note.sunapi.filename.additional=\
   619     {0} uses additional Sun proprietary API that may be removed in a future release.
   619     {0} uses additional internal proprietary API that may be removed in a future release.
   620 compiler.note.sunapi.plural.additional=\
   620 compiler.note.sunapi.plural.additional=\
   621     Some input files additionally use Sun proprietary API that may be removed in a future release.
   621     Some input files additionally use internal proprietary API that may be removed in a future release.
   622 
   622 
   623 # Notes related to annotation processing
   623 # Notes related to annotation processing
   624 
   624 
   625 # Print a client-generated note; assumed to be localized, no translation required
   625 # Print a client-generated note; assumed to be localized, no translation required
   626 compiler.note.proc.messager=\
   626 compiler.note.proc.messager=\
   699 
   699 
   700 compiler.warn.has.been.deprecated=\
   700 compiler.warn.has.been.deprecated=\
   701     [deprecation] {0} in {1} has been deprecated
   701     [deprecation] {0} in {1} has been deprecated
   702 
   702 
   703 compiler.warn.sun.proprietary=\
   703 compiler.warn.sun.proprietary=\
   704     {0} is Sun proprietary API and may be removed in a future release
   704     {0} is internal proprietary API and may be removed in a future release
   705 
   705 
   706 compiler.warn.illegal.char.for.encoding=\
   706 compiler.warn.illegal.char.for.encoding=\
   707     unmappable character for encoding {0}
   707     unmappable character for encoding {0}
   708 compiler.warn.improper.SVUID=\
   708 compiler.warn.improper.SVUID=\
   709     [serial] serialVersionUID must be declared static final in class {0}
   709     [serial] serialVersionUID must be declared static final in class {0}