diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-03 15:20:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-06 11:45:58 +0200 |
commit | 8bebd29976f41cb8793804f3e0b22ef75c56d8dd (patch) | |
tree | 3a9b5803cd5b8cf2f7ddafbc41cd92bb369953a0 /comphelper | |
parent | 402c8f5f1efd053cc69556d63999955b3af4f41d (diff) |
Java cleanup, remove unnecessary @SuppressWarnings annotations
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
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 ); |