diff options
| author | Srikanth | 2012-02-27 05:01:52 +0000 |
|---|---|---|
| committer | Srikanth | 2012-02-27 05:01:52 +0000 |
| commit | 7563c3c2d9b8362a37470a57285e103cb84a87bc (patch) | |
| tree | 6fbe61be18e75d03bf7e879b0252a4e54b32cf06 | |
| parent | 32f8fca49270cfc4f82c832bd4b367da450c6797 (diff) | |
| download | eclipse.jdt.core-7563c3c2d9b8362a37470a57285e103cb84a87bc.tar.gz eclipse.jdt.core-7563c3c2d9b8362a37470a57285e103cb84a87bc.tar.xz eclipse.jdt.core-7563c3c2d9b8362a37470a57285e103cb84a87bc.zip | |
Fixed bug 353553: Rename readableNames.properties to avoid translation
| -rw-r--r-- | org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties index a2e9a35bb5..eb1a0c280b 100644 --- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties +++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.properties @@ -1,5 +1,15 @@ +############################################################################### +# Copyright (c) 2012 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### ,opt=, -;opt=; +\;opt=; AbstractMethodDeclaration=MethodDeclaration AdditionalBound1=AdditionalBound1 AdditionalBound=AdditionalBound |
