From 8bebd29976f41cb8793804f3e0b22ef75c56d8dd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 May 2013 15:20:36 +0200 Subject: Java cleanup, remove unnecessary @SuppressWarnings annotations Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6 --- comphelper/qa/complex/comphelper/Map.java | 1 - 1 file changed, 1 deletion(-) (limited to 'comphelper') 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 ); -- cgit