[AAI-178 Amsterdam] Make Edge Properties to be
[aai/aai-common.git] / aai-core / src / main / java / org / openecomp / aai / introspection / PropertyPredicate.java
index 1f03cc4..38bdf82 100644 (file)
@@ -21,7 +21,6 @@
 package org.openecomp.aai.introspection;
 
 import java.util.function.BiPredicate;
-import java.util.function.Predicate;
 
 public interface PropertyPredicate<T, U> extends BiPredicate<T, U> {