Yuta HIGUCHI

cosmetics

Change-Id: I0a343f39560aaada3a3bdff0fab23a3845ab1481
......@@ -3,7 +3,6 @@ package org.onlab.onos.net.device;
import org.onlab.onos.mastership.MastershipTerm;
import org.onlab.onos.net.DeviceId;
//TODO: Consider renaming to DeviceClockProviderService?
/**
* Interface for feeding term information to a logical clock service
* that vends per device timestamps.
......
......@@ -5,6 +5,7 @@ import java.util.Set;
import org.onlab.onos.cluster.NodeId;
// TODO: remove IOExceptions?
/**
* Service for assisting communications between controller cluster nodes.
*/
......