Get rid of super type of IntentId

IntentId is no longer treated as BatchOperationTarget

Change-Id: Icf63eb8071113b71146604a740f82cf3eadeef95
diff --git a/core/api/src/main/java/org/onosproject/net/intent/IntentId.java b/core/api/src/main/java/org/onosproject/net/intent/IntentId.java
index 0805f1f..45129a2 100644
--- a/core/api/src/main/java/org/onosproject/net/intent/IntentId.java
+++ b/core/api/src/main/java/org/onosproject/net/intent/IntentId.java
@@ -15,13 +15,11 @@
  */
 package org.onosproject.net.intent;
 
-import org.onosproject.net.flow.BatchOperationTarget;
-
 /**
  * Intent identifier suitable as an external key.
  * <p>This class is immutable.</p>
  */
-public final class IntentId implements BatchOperationTarget {
+public final class IntentId {
 
     private final long value;