commit | c749ae036f7ce77823417d2af6015d357a3a5899 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Mon Sep 29 13:53:51 2014 -0700 |
committer | tom <tom@onlab.us> | Mon Sep 29 13:53:51 2014 -0700 |
tree | 8366567a790767291e3c14eab77a8215ca78e342 | |
parent | 6384a6d6dee3c6381ef5f7aa48ddadd79fc79bdb [diff] |
Corrected a typo.
diff --git a/core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java b/core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java index cb2d266..2208c86 100644 --- a/core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java +++ b/core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java
@@ -20,7 +20,7 @@ import static org.slf4j.LoggerFactory.getLogger; /** - * Manages inventory of infrastructure DEVICES using trivial in-memory + * Manages inventory of infrastructure devices using trivial in-memory * structures implementation. */ @Component(immediate = true)