diff options
| author | Alan Moraes | 2012-06-28 09:21:29 +0000 |
|---|---|---|
| committer | Ayushman Jain | 2012-06-28 09:21:29 +0000 |
| commit | 2385f96cdc80ad0179ac0d57211198654f751f6b (patch) | |
| tree | 6b0dd5a77f35e52fb63c52669306011e32857052 | |
| parent | 1a177e3daac831c8fb9d43bf95bfb66e231eb6be (diff) | |
| download | eclipse.jdt.core-2385f96cdc80ad0179ac0d57211198654f751f6b.tar.gz eclipse.jdt.core-2385f96cdc80ad0179ac0d57211198654f751f6b.tar.xz eclipse.jdt.core-2385f96cdc80ad0179ac0d57211198654f751f6b.zip | |
Fixed bug 383644: Typo in ECJ -source error messagev20120628-092129I20120703-0800
| -rw-r--r-- | org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties index cbcf44277f..07e7c55bb8 100644 --- a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties +++ b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties @@ -14,6 +14,7 @@ # bug 359721 - [options] add command line option for new warning token "resource" # bug 365208 - [compiler][batch] command line options for annotation based null analysis # bug 374605 - Unreasonable warning for enum-based switch statements +# Alan Moraes <alan@kelon.org> - Contribution for bug 383644 ############################################################################### ### JavaBatchCompiler messages. @@ -52,7 +53,7 @@ configure.duplicateMaxProblems = duplicate max problems specification: {0} configure.duplicateCompliance = duplicate compliance setting specification: {0} configure.duplicateSource = duplicate source compliance setting specification: {0} configure.duplicateTarget = duplicate target compliance setting specification: {0} -configure.source = source level should be comprised in between ''1.3'' and ''1.6'' (or ''5'', ''5.0'', ..., ''7'' or ''7.0''): {0} +configure.source = source level should be comprised in between ''1.3'' and ''1.7'' (or ''5'', ''5.0'', ..., ''7'' or ''7.0''): {0} configure.duplicateOutputPath = duplicate output path specification: {0} configure.duplicateBootClasspath = duplicate bootclasspath specification: {0} configure.duplicateExtDirs = duplicate extdirs specification: {0} |
