commit | 591dc99ba89e32e4c0c098e1aa6a05809f30757a | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Tue Jan 20 17:35:25 2015 -0800 |
committer | Ray Milkey <ray@onlab.us> | Wed Jan 21 16:55:13 2015 +0000 |
tree | 0a371f29cc04be784d10c958e04a9c5e08091fcc | |
parent | d58c5b742f96cebbc48c91e5e9a6f14bfef96fb1 [diff] |
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;