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
Yuta HIGUCHI
2014-10-29 11:57:34 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6a529232f63485ef303c84496723784f6b2481b6
6a529232
1 parent
fad498b0
Change ProviderId.NONE to none:none
Change-Id: I556f5cdbb555d195950985cdbd4dab538132a154
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onlab/onos/net/provider/ProviderId.java
core/api/src/main/java/org/onlab/onos/net/provider/ProviderId.java
View file @
6a52923
...
...
@@ -38,7 +38,7 @@ public class ProviderId {
/**
* Represents no provider ID.
*/
public
static
final
ProviderId
NONE
=
new
ProviderId
();
public
static
final
ProviderId
NONE
=
new
ProviderId
(
"none"
,
"none"
);
private
final
String
scheme
;
private
final
String
id
;
...
...
Please
register
or
login
to post a comment