remove redundant @SuppressWarnings
This commit is contained in:
parent
f330c85c16
commit
f54ff9de3e
|
@ -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> {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue