langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 14541 36f9d11fc9aa
parent 14443 91c05eb19277
child 14547 86d8d242b0c4
equal deleted inserted replaced
14540:b7cbc1db01fe 14541:36f9d11fc9aa
  2334     where {0} are type-variables:
  2334     where {0} are type-variables:
  2335 
  2335 
  2336 compiler.misc.where.description.intersection.1=\
  2336 compiler.misc.where.description.intersection.1=\
  2337     where {0} are intersection types:
  2337     where {0} are intersection types:
  2338 
  2338 
  2339 
  2339 ###
       
  2340 # errors related to doc comments
       
  2341 
       
  2342 compiler.err.dc.bad.entity=\
       
  2343     bad HTML entity
       
  2344 
       
  2345 compiler.err.dc.bad.gt=\
       
  2346     bad use of ''>''
       
  2347 
       
  2348 compiler.err.dc.bad.inline.tag=\
       
  2349     incorrect use of inline tag
       
  2350 
       
  2351 compiler.err.dc.identifier.expected=\
       
  2352     identifier expected
       
  2353 
       
  2354 compiler.err.dc.malformed.html=\
       
  2355     malformed HTML
       
  2356 
       
  2357 compiler.err.dc.missing.semicolon=\
       
  2358     semicolon missing
       
  2359 
       
  2360 compiler.err.dc.no.tag.name=\
       
  2361     no tag name after '@'
       
  2362 
       
  2363 compiler.err.dc.gt.expected=\
       
  2364     ''>'' expected
       
  2365 
       
  2366 compiler.err.dc.ref.bad.parens=\
       
  2367     '')'' missing in reference
       
  2368 
       
  2369 compiler.err.dc.ref.syntax.error=\
       
  2370     syntax error in reference
       
  2371 
       
  2372 compiler.err.dc.ref.unexpected.input=\
       
  2373     unexpected text
       
  2374 
       
  2375 compiler.err.dc.unexpected.content=\
       
  2376     unexpected content
       
  2377 
       
  2378 compiler.err.dc.unterminated.inline.tag=\
       
  2379     unterminated inline tag
       
  2380 
       
  2381 compiler.err.dc.unterminated.signature=\
       
  2382     unterminated signature
       
  2383 
       
  2384 compiler.err.dc.unterminated.string=\
       
  2385     unterminated string
       
  2386 
       
  2387