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
alshabib
2014-09-16 13:54:38 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
498052f5de1066b0b0ff145d6b06974d33cff6bd
498052f5
1 parent
7410fea3
fixing checkstyle oops
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/flow/instructions/Instruction.java
core/api/src/main/java/org/onlab/onos/net/flow/instructions/Instruction.java
View file @
498052f
...
...
@@ -5,7 +5,7 @@ package org.onlab.onos.net.flow.instructions;
*/
public
interface
Instruction
{
interface
SubType
{}
interface
SubType
{
}
public
enum
NoneSubType
implements
SubType
{
NONE
;
...
...
Please
register
or
login
to post a comment