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
Pavlin Radoslavov
2014-11-11 15:56:14 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
190f8f9d5cdc56b0418788a1ebfa7ab5aebf6915
190f8f9d
1 parent
0f6baee9
Fix a typo in a comment.
Change-Id: Ieebe534475c704d423ace478ab05f398fd16897d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/dist/src/main/java/org/onlab/onos/store/service/impl/DatabaseManager.java
core/store/dist/src/main/java/org/onlab/onos/store/service/impl/DatabaseManager.java
View file @
190f8f9
...
...
@@ -72,7 +72,7 @@ public class DatabaseManager implements DatabaseService, DatabaseAdminService {
public
static
final
String
LOG_FILE_PREFIX
=
"/tmp/onos-copy-cat-log_"
;
// Current working dir seems to be /opt/onos/apache-karaf-3.0.2
// TODO:
G
et the path to /opt/onos/config
// TODO:
S
et the path to /opt/onos/config
private
static
final
String
CONFIG_DIR
=
"../config"
;
private
static
final
String
DEFAULT_MEMBER_FILE
=
"tablets.json"
;
...
...
Please
register
or
login
to post a comment