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

changeset 582
366a7b9b5627
parent 580
46cf751559ae
child 597
d2b7ecf33b35
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Jun 10 16:08:01 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Jun 10 17:09:56 2010 -0700
     1.3 @@ -608,17 +608,17 @@
     1.4      Some input files additionally declares unsafe vararg methods.
     1.5  
     1.6  compiler.note.sunapi.filename=\
     1.7 -    {0} uses Sun proprietary API that may be removed in a future release.
     1.8 +    {0} uses internal proprietary API that may be removed in a future release.
     1.9  compiler.note.sunapi.plural=\
    1.10 -    Some input files use Sun proprietary API that may be removed in a future release.
    1.11 +    Some input files use internal proprietary API that may be removed in a future release.
    1.12  # The following string may appear after one of the above sunapi messages.
    1.13  compiler.note.sunapi.recompile=\
    1.14      Recompile with -Xlint:sunapi for details.
    1.15  
    1.16  compiler.note.sunapi.filename.additional=\
    1.17 -    {0} uses additional Sun proprietary API that may be removed in a future release.
    1.18 +    {0} uses additional internal proprietary API that may be removed in a future release.
    1.19  compiler.note.sunapi.plural.additional=\
    1.20 -    Some input files additionally use Sun proprietary API that may be removed in a future release.
    1.21 +    Some input files additionally use internal proprietary API that may be removed in a future release.
    1.22  
    1.23  # Notes related to annotation processing
    1.24  
    1.25 @@ -701,7 +701,7 @@
    1.26      [deprecation] {0} in {1} has been deprecated
    1.27  
    1.28  compiler.warn.sun.proprietary=\
    1.29 -    {0} is Sun proprietary API and may be removed in a future release
    1.30 +    {0} is internal proprietary API and may be removed in a future release
    1.31  
    1.32  compiler.warn.illegal.char.for.encoding=\
    1.33      unmappable character for encoding {0}

mercurial