langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 23133 a58476887b3d
parent 23128 c91951cf65f0
child 23790 0697e38017ec
equal deleted inserted replaced
23132:00a059740d87 23133:a58476887b3d
  1037     unreachable statement
  1037     unreachable statement
  1038 
  1038 
  1039 compiler.err.initializer.must.be.able.to.complete.normally=\
  1039 compiler.err.initializer.must.be.able.to.complete.normally=\
  1040     initializer must be able to complete normally
  1040     initializer must be able to complete normally
  1041 
  1041 
       
  1042 compiler.err.initializer.not.allowed=\
       
  1043     initializers not allowed in interfaces
       
  1044 
  1042 # 0: type
  1045 # 0: type
  1043 compiler.err.unreported.exception.need.to.catch.or.throw=\
  1046 compiler.err.unreported.exception.need.to.catch.or.throw=\
  1044     unreported exception {0}; must be caught or declared to be thrown
  1047     unreported exception {0}; must be caught or declared to be thrown
  1045 
  1048 
  1046 # 0: type
  1049 # 0: type