aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-28 13:24:11 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-30 18:07:47 +0200
commit53e0e1b06392d744c97300684ee3f74eca17976c (patch)
tree5aede1c266a405f4d383534ba33f55d88548924a /bundle-plugin-test
parent60ed0087656bba260da499d32346c09392ab2758 (diff)
suppress warning originating in hamcrest library
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/src/test/java/com/yahoo/BundleIT.java1
1 files changed, 1 insertions, 0 deletions
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());