langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 11143 9dbe313bfb74
parent 11053 48713f779b1d
child 11144 8a4ae514eedf
equal deleted inserted replaced
11142:45d0ec1e7463 11143:9dbe313bfb74
  1943 # 0: string
  1943 # 0: string
  1944 compiler.err.string.switch.not.supported.in.source=\
  1944 compiler.err.string.switch.not.supported.in.source=\
  1945     strings in switch are not supported in -source {0}\n\
  1945     strings in switch are not supported in -source {0}\n\
  1946     (use -source 7 or higher to enable strings in switch)
  1946     (use -source 7 or higher to enable strings in switch)
  1947 
  1947 
       
  1948 # 0: string
       
  1949 compiler.err.lambda.not.supported.in.source=\
       
  1950     lambda expressions are not supported in -source {0}\n\
       
  1951     (use -source 8 or higher to enable lambda expressions)
       
  1952 
  1948 ########################################
  1953 ########################################
  1949 # Diagnostics for verbose resolution
  1954 # Diagnostics for verbose resolution
  1950 # used by Resolve (debug only)
  1955 # used by Resolve (debug only)
  1951 ########################################
  1956 ########################################
  1952 
  1957