View | Details | Raw Unified | Return to bug 142205 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (-1 / +2 lines)
Lines 928-934 Link Here
928
        "    -target <version>  set classfile target: 1.1 to 1.7 (or 5, 5.0, etc)\n" + 
928
        "    -target <version>  set classfile target: 1.1 to 1.7 (or 5, 5.0, etc)\n" + 
929
        " \n" + 
929
        " \n" + 
930
        " Warning options:\n" + 
930
        " Warning options:\n" + 
931
        "    -deprecation     + deprecation outside deprecated code\n" + 
931
        "    -deprecation     + deprecation outside deprecated code (on by default\n" + 
932
        "                       unless the default warnings are overriden)\n" +
932
        "    -nowarn -warn:none disable all warnings\n" + 
933
        "    -nowarn -warn:none disable all warnings\n" + 
933
        "    -?:warn -help:warn display advanced warning options\n" + 
934
        "    -?:warn -help:warn display advanced warning options\n" + 
934
        " \n" + 
935
        " \n" + 

Return to bug 142205