Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-09-29 13:53:51 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c749ae036f7ce77823417d2af6015d357a3a5899
c749ae03
1 parent
6384a6d6
Corrected a typo.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java
core/store/trivial/src/main/java/org/onlab/onos/net/trivial/impl/SimpleClusterStore.java
View file @
c749ae0
...
...
@@ -20,7 +20,7 @@ import java.util.Set;
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
)
...
...
Please
register
or
login
to post a comment