src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 48427 b08405cc467a
parent 48054 702043a4cdeb
child 48430 68c6f57c40d4
child 48498 c94c352dc400
equal deleted inserted replaced
48426:c08f1067ef57 48427:b08405cc467a
     1 #
     1 #
     2 # Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   751 
   751 
   752 # 0: set of flag
   752 # 0: set of flag
   753 compiler.err.mod.not.allowed.here=\
   753 compiler.err.mod.not.allowed.here=\
   754     modifier {0} not allowed here
   754     modifier {0} not allowed here
   755 
   755 
       
   756 # 0: name
       
   757 compiler.err.modifier.not.allowed.here=\
       
   758     modifier {0} not allowed here
       
   759 
   756 compiler.err.intf.not.allowed.here=\
   760 compiler.err.intf.not.allowed.here=\
   757     interface not allowed here
   761     interface not allowed here
   758 
   762 
   759 compiler.err.enums.must.be.static=\
   763 compiler.err.enums.must.be.static=\
   760     enum declarations allowed only in static contexts
   764     enum declarations allowed only in static contexts
  3129     application module path
  3133     application module path
  3130 
  3134 
  3131 compiler.misc.cant.resolve.modules=\
  3135 compiler.misc.cant.resolve.modules=\
  3132     cannot resolve modules
  3136     cannot resolve modules
  3133 
  3137 
       
  3138 compiler.misc.bad.requires.flag=\
       
  3139     bad requires flag: {0}
       
  3140 
  3134 # 0: string
  3141 # 0: string
  3135 compiler.err.invalid.module.specifier=\
  3142 compiler.err.invalid.module.specifier=\
  3136     module specifier not allowed: {0}
  3143     module specifier not allowed: {0}
  3137 
  3144 
  3138 # 0: symbol
  3145 # 0: symbol