You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/03/04 08:58:03 UTC

[camel] 18/32: Remove warnings since we are testing a deprecated class

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a8a5385d190c229417a8928f6bae9fa809b80f17
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Mar 3 21:02:19 2020 +0100

    Remove warnings since we are testing a deprecated class
---
 .../camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java b/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
index 8561a9e..4c995ad 100644
--- a/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/impl/JndiRegistryTest.java
@@ -26,6 +26,7 @@ import org.apache.camel.support.jndi.JndiTest;
 import org.junit.Assert;
 import org.junit.Test;
 
+@SuppressWarnings("deprecation")
 public class JndiRegistryTest extends Assert {
 
     @Test