diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/qa/complex/comphelper/Map.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java index 84304d2f87bf..20ce90e166c4 100644 --- a/comphelper/qa/complex/comphelper/Map.java +++ b/comphelper/qa/complex/comphelper/Map.java @@ -188,7 +188,6 @@ public class Map /* extends complexlib.ComplexTestCase */ ); } - @SuppressWarnings("unchecked") @Test public void testComplexKeyTypes() throws com.sun.star.uno.Exception { Type intType = new Type( Integer.class ); |