cosmetics
Change-Id: I0a343f39560aaada3a3bdff0fab23a3845ab1481
Showing
3 changed files
with
1 additions
and
1 deletions
... | @@ -3,7 +3,6 @@ package org.onlab.onos.net.device; | ... | @@ -3,7 +3,6 @@ package org.onlab.onos.net.device; |
3 | import org.onlab.onos.mastership.MastershipTerm; | 3 | import org.onlab.onos.mastership.MastershipTerm; |
4 | import org.onlab.onos.net.DeviceId; | 4 | import org.onlab.onos.net.DeviceId; |
5 | 5 | ||
6 | -//TODO: Consider renaming to DeviceClockProviderService? | ||
7 | /** | 6 | /** |
8 | * Interface for feeding term information to a logical clock service | 7 | * Interface for feeding term information to a logical clock service |
9 | * that vends per device timestamps. | 8 | * that vends per device timestamps. | ... | ... |
... | @@ -5,6 +5,7 @@ import java.util.Set; | ... | @@ -5,6 +5,7 @@ import java.util.Set; |
5 | 5 | ||
6 | import org.onlab.onos.cluster.NodeId; | 6 | import org.onlab.onos.cluster.NodeId; |
7 | 7 | ||
8 | +// TODO: remove IOExceptions? | ||
8 | /** | 9 | /** |
9 | * Service for assisting communications between controller cluster nodes. | 10 | * Service for assisting communications between controller cluster nodes. |
10 | */ | 11 | */ | ... | ... |
-
Please register or login to post a comment