suppressed warning

This commit is contained in:
Luca Frosini 2023-02-09 17:03:37 +01:00
parent e3de1aa426
commit 15612ec339
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@SuppressWarnings("deprecation")
public class ContextTest {
private static final Logger logger = LoggerFactory.getLogger(ContextTest.class);