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
Sho SHIMIZU
2016-03-11 17:20:38 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
602edca6b5c1225b7033ee1c8055c1216795cded
602edca6
1 parent
915e6c8b
Tighten visibility of variable
Change-Id: Ia5cbed246414478d2f7de50ca6a67c4c6b2451b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/api/src/main/java/org/onosproject/net/flow/instructions/L0ModificationInstruction.java
core/api/src/main/java/org/onosproject/net/flow/instructions/L0ModificationInstruction.java
View file @
602edca
...
...
@@ -21,7 +21,7 @@ import java.util.Objects;
public
abstract
class
L0ModificationInstruction
implements
Instruction
{
p
ublic
static
final
String
SEPARATOR
=
":"
;
p
rivate
static
final
String
SEPARATOR
=
":"
;
/**
* Represents the type of traffic treatment.
...
...
Please
register
or
login
to post a comment