blob: 9899adf6b1332c7ac5e7494b78dc111c872a024e [file] [log] [blame]
Toshio Koideb8cea262014-08-12 18:45:46 -07001package net.onrc.onos.api.flowmanager;
2
3/**
4 * Represents ID for {@link FlowBatchOperation}.
5 */
6public class FlowBatchId {
7 // TODO implement it
8}