Commit 20bb9c03 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove warnings for expected deprecation usage

parent 3c1e48c8
...@@ -145,6 +145,7 @@ public class ConfigurationMetadataAnnotationProcessorTests { ...@@ -145,6 +145,7 @@ public class ConfigurationMetadataAnnotationProcessorTests {
.fromSource(HierarchicalProperties.class)); .fromSource(HierarchicalProperties.class));
} }
@SuppressWarnings("deprecation")
@Test @Test
public void deprecatedProperties() throws Exception { public void deprecatedProperties() throws Exception {
ConfigurationMetadata metadata = compile(DeprecatedProperties.class); ConfigurationMetadata metadata = compile(DeprecatedProperties.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment