8245246: Deprecate -profile option in javac
Reviewed-by: darcy
This commit is contained in:
parent
52494df4f7
commit
dcb83754ce
@ -82,7 +82,8 @@ javac.opt.J=\
|
||||
javac.opt.encoding=\
|
||||
Specify character encoding used by source files
|
||||
javac.opt.profile=\
|
||||
Check that API used is available in the specified profile
|
||||
Check that API used is available in the specified profile.\n\
|
||||
This option is deprecated and may be removed in a future release.
|
||||
javac.opt.target=\
|
||||
Generate class files suitable for the specified Java SE release. Supported releases: {0}
|
||||
javac.opt.release=\
|
||||
@ -125,8 +126,6 @@ javac.opt.arg.profile=\
|
||||
<profile>
|
||||
javac.opt.arg.release=\
|
||||
<release>
|
||||
javac.opt.arg.release=\
|
||||
<release>
|
||||
javac.opt.arg.number=\
|
||||
<number>
|
||||
javac.opt.plugin=\
|
||||
|
Loading…
Reference in New Issue
Block a user