Yuta HIGUCHI

Add TODO memo + cosmetics

Change-Id: If0e82e42893a8cb5e04087622f727d1fd8df5210
...@@ -46,6 +46,7 @@ import static com.google.common.base.Preconditions.checkArgument; ...@@ -46,6 +46,7 @@ import static com.google.common.base.Preconditions.checkArgument;
46 import static org.onlab.onos.net.device.DeviceEvent.Type.*; 46 import static org.onlab.onos.net.device.DeviceEvent.Type.*;
47 import static org.slf4j.LoggerFactory.getLogger; 47 import static org.slf4j.LoggerFactory.getLogger;
48 48
49 +//TODO: Add support for multiple provider and annotations
49 /** 50 /**
50 * Manages inventory of infrastructure devices using a protocol that takes into consideration 51 * Manages inventory of infrastructure devices using a protocol that takes into consideration
51 * the order in which device events occur. 52 * the order in which device events occur.
......
...@@ -42,6 +42,7 @@ import com.google.common.collect.ImmutableSet.Builder; ...@@ -42,6 +42,7 @@ import com.google.common.collect.ImmutableSet.Builder;
42 import static com.google.common.base.Preconditions.checkArgument; 42 import static com.google.common.base.Preconditions.checkArgument;
43 import static com.google.common.base.Preconditions.checkState; 43 import static com.google.common.base.Preconditions.checkState;
44 44
45 +//TODO: Add support for multiple provider and annotations
45 /** 46 /**
46 * Manages inventory of infrastructure links using a protocol that takes into consideration 47 * Manages inventory of infrastructure links using a protocol that takes into consideration
47 * the order in which events occur. 48 * the order in which events occur.
......
...@@ -47,6 +47,7 @@ import static com.google.common.cache.CacheBuilder.newBuilder; ...@@ -47,6 +47,7 @@ import static com.google.common.cache.CacheBuilder.newBuilder;
47 import static org.onlab.onos.net.device.DeviceEvent.Type.*; 47 import static org.onlab.onos.net.device.DeviceEvent.Type.*;
48 import static org.slf4j.LoggerFactory.getLogger; 48 import static org.slf4j.LoggerFactory.getLogger;
49 49
50 +//TODO: Add support for multiple provider and annotations
50 /** 51 /**
51 * Manages inventory of infrastructure devices using Hazelcast-backed map. 52 * Manages inventory of infrastructure devices using Hazelcast-backed map.
52 */ 53 */
......
...@@ -38,6 +38,7 @@ import com.google.common.collect.Multimap; ...@@ -38,6 +38,7 @@ import com.google.common.collect.Multimap;
38 import com.google.common.collect.ImmutableSet.Builder; 38 import com.google.common.collect.ImmutableSet.Builder;
39 import com.hazelcast.core.IMap; 39 import com.hazelcast.core.IMap;
40 40
41 +//TODO: Add support for multiple provider and annotations
41 /** 42 /**
42 * Manages inventory of infrastructure links using Hazelcast-backed map. 43 * Manages inventory of infrastructure links using Hazelcast-backed map.
43 */ 44 */
......
...@@ -32,6 +32,7 @@ import static org.onlab.onos.net.Link.Type.INDIRECT; ...@@ -32,6 +32,7 @@ import static org.onlab.onos.net.Link.Type.INDIRECT;
32 import static org.onlab.onos.net.link.LinkEvent.Type.*; 32 import static org.onlab.onos.net.link.LinkEvent.Type.*;
33 import static org.slf4j.LoggerFactory.getLogger; 33 import static org.slf4j.LoggerFactory.getLogger;
34 34
35 +// TODO: Add support for multiple provider and annotations
35 /** 36 /**
36 * Manages inventory of infrastructure links using trivial in-memory structures 37 * Manages inventory of infrastructure links using trivial in-memory structures
37 * implementation. 38 * implementation.
......