remove redundant @SuppressWarnings

This commit is contained in:
Gavin 2023-05-23 16:53:56 +02:00 committed by Gavin King
parent f330c85c16
commit f54ff9de3e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import org.hibernate.metamodel.model.domain.PersistentAttribute;
* @author Steve Ebersole
* @author Andrea Boriero
*/
@SuppressWarnings({"unused", "UnusedReturnValue"})
public interface Graph<J> extends GraphNode<J> {
/**