Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorkmoore2011-02-10 22:40:40 +0000
committerkmoore2011-02-10 22:40:40 +0000
commit683f7b68b6be7c5a7869f9e3995597dffde82633 (patch)
tree7488bd81d0cb3603baf5213f25e390d70108353b /common
parent78fc63476faa39c6aefe71aeb043c865ba1a2c82 (diff)
downloadwebtools.dali-683f7b68b6be7c5a7869f9e3995597dffde82633.tar.gz
webtools.dali-683f7b68b6be7c5a7869f9e3995597dffde82633.tar.xz
webtools.dali-683f7b68b6be7c5a7869f9e3995597dffde82633.zip
added @SuppressWarnings("nls")
Diffstat (limited to 'common')
-rw-r--r--common/tests/org.eclipse.jpt.common.utility.tests/src/org/eclipse/jpt/common/utility/tests/internal/KeyedSetTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/org.eclipse.jpt.common.utility.tests/src/org/eclipse/jpt/common/utility/tests/internal/KeyedSetTests.java b/common/tests/org.eclipse.jpt.common.utility.tests/src/org/eclipse/jpt/common/utility/tests/internal/KeyedSetTests.java
index ac134669eb..7c27e5d2a6 100644
--- a/common/tests/org.eclipse.jpt.common.utility.tests/src/org/eclipse/jpt/common/utility/tests/internal/KeyedSetTests.java
+++ b/common/tests/org.eclipse.jpt.common.utility.tests/src/org/eclipse/jpt/common/utility/tests/internal/KeyedSetTests.java
@@ -12,6 +12,7 @@ package org.eclipse.jpt.common.utility.tests.internal;
import junit.framework.TestCase;
import org.eclipse.jpt.common.utility.internal.KeyedSet;
+@SuppressWarnings("nls")
public class KeyedSetTests
extends TestCase {

Back to the top