langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 44576 9e18c9ce29e7
parent 44291 e1b620ac6c98
child 44619 741531c07ddd
child 44812 1d9c041728a6
equal deleted inserted replaced
44575:e8892d76055f 44576:9e18c9ce29e7
   228     Warn about use of raw types.
   228     Warn about use of raw types.
   229 
   229 
   230 javac.opt.Xlint.desc.removal=\
   230 javac.opt.Xlint.desc.removal=\
   231     Warn about use of API that has been marked for removal.
   231     Warn about use of API that has been marked for removal.
   232 
   232 
       
   233 javac.opt.Xlint.desc.requires-automatic=\
       
   234     Warn about use of automatic modules in the requires clauses.
       
   235 
       
   236 javac.opt.Xlint.desc.requires-transitive-automatic=\
       
   237     Warn about automatic modules in requires transitive.
       
   238 
   233 javac.opt.Xlint.desc.serial=\
   239 javac.opt.Xlint.desc.serial=\
   234     Warn about Serializable classes that do not provide a serial version ID. \n\
   240     Warn about Serializable classes that do not provide a serial version ID. \n\
   235 \                             Also warn about access to non-public members from a serializable element.
   241 \                             Also warn about access to non-public members from a serializable element.
   236 
   242 
   237 javac.opt.Xlint.desc.static=\
   243 javac.opt.Xlint.desc.static=\