diff options
| author | Alan Moraes | 2012-06-28 09:21:29 +0000 |
|---|---|---|
| committer | Jayaprakash Arthanareeswaran | 2012-08-10 06:50:33 +0000 |
| commit | 2e1278dfda9701e13c140cfd6f2bc20322483499 (patch) | |
| tree | f77a5e09649cee1f9c12b9db35f94a1dc945bd23 | |
| parent | 48005818d4dcf84d018a5b2c8db182b539a1e32e (diff) | |
| download | eclipse.jdt.core-2e1278dfda9701e13c140cfd6f2bc20322483499.tar.gz eclipse.jdt.core-2e1278dfda9701e13c140cfd6f2bc20322483499.tar.xz eclipse.jdt.core-2e1278dfda9701e13c140cfd6f2bc20322483499.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 | 1 |
1 files changed, 1 insertions, 0 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 39b139c4ae..07ab2e9d57 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. |
