diff options
| author | Alan Moraes | 2012-06-28 09:21:29 +0000 |
|---|---|---|
| committer | Ayushman Jain | 2012-07-04 05:45:49 +0000 |
| commit | 7fbc3fb718707f6adc7aa24e3904b3cc21bd19af (patch) | |
| tree | 2ac82359acd0be432d97d6fb927b399427bd8383 | |
| parent | 59758b3ac964ea48fbbbf5d314c8ed8b19dc60bb (diff) | |
| download | eclipse.jdt.core-7fbc3fb718707f6adc7aa24e3904b3cc21bd19af.tar.gz eclipse.jdt.core-7fbc3fb718707f6adc7aa24e3904b3cc21bd19af.tar.xz eclipse.jdt.core-7fbc3fb718707f6adc7aa24e3904b3cc21bd19af.zip | |
Fixed bug 383644: Typo in ECJ -source error message
| -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} |
