@@ -148,7 +148,7 @@ javac.opt.maxerrs=\
148
148
javac.opt.maxwarns =\
149
149
Set the maximum number of warnings to print
150
150
javac.opt.nogj =\
151
- Don't accept generics in the language
151
+ Don'' t accept generics in the language
152
152
javac.opt.moreinfo =\
153
153
Print extended information for type variables
154
154
javac.opt.printsearch =\
@@ -178,7 +178,7 @@ javac.opt.arg.Xlint=\
178
178
<key>(,<key>)*
179
179
javac.opt.Xlint.custom =\
180
180
Warnings to enable or disable, separated by comma.\n \
181
- Precede a key by '- ' to disable the specified warning.\n \
181
+ Precede a key by ''-' ' to disable the specified warning.\n \
182
182
Use --help-lint to see the supported keys.
183
183
javac.opt.Xlint.desc.auxiliaryclass =\
184
184
Warn about an auxiliary class that is hidden in a source file, and is used from other files.
@@ -313,9 +313,9 @@ javac.opt.Xdoclint.package.args = \
313
313
314
314
javac.opt.Xdoclint.package.desc =\
315
315
Enable or disable checks in specific packages. Each <package> is either\n \
316
- the qualified name of a package or a package name prefix followed by '.* ',\n \
316
+ a qualified package name or a package name prefix followed by ''.*' ',\n \
317
317
which expands to all sub-packages of the given package. Each <package>\n \
318
- can be prefixed with '- ' to disable checks for the specified package(s).
318
+ can be prefixed with ''-' ' to disable checks for the specified package(s).
319
319
320
320
javac.opt.Xstdout =\
321
321
Redirect standard output
@@ -382,7 +382,7 @@ javac.opt.default.module.for.created.files=\
382
382
Fallback target module for files created by annotation processors,\n \
383
383
if none specified or inferred.
384
384
javac.opt.lineDocComments =\
385
- Disable support for documentation comments with lines beginning '///'
385
+ Disable support for documentation comments with lines beginning '' ///' '
386
386
387
387
# # messages
388
388
0 commit comments