From 53e0e1b06392d744c97300684ee3f74eca17976c Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Fri, 28 Apr 2017 13:24:11 +0200 Subject: suppress warning originating in hamcrest library --- bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java | 1 + 1 file changed, 1 insertion(+) (limited to 'bundle-plugin-test/src/test/java/com/yahoo') diff --git a/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java b/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java index f8c205307e8..f9fbb21d117 100644 --- a/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java +++ b/bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java @@ -116,6 +116,7 @@ public class BundleIT { assertThat(webInfUrl, containsString("/WEB-INF/web.xml")); } + @SuppressWarnings("unchecked") @Test public void bundle_class_path_mappings_are_generated() throws URISyntaxException { URL mappingsUrl = getClass().getResource("/" + ProjectBundleClassPaths.classPathMappingsFileName()); -- cgit v1.2.3