Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -5,7 +5,7 @@ package org.onlab.onos.net.flow.instructions; | ... | @@ -5,7 +5,7 @@ package org.onlab.onos.net.flow.instructions; |
5 | */ | 5 | */ |
6 | public interface Instruction { | 6 | public interface Instruction { |
7 | 7 | ||
8 | - interface SubType {} | 8 | + interface SubType { } |
9 | 9 | ||
10 | public enum NoneSubType implements SubType { | 10 | public enum NoneSubType implements SubType { |
11 | NONE; | 11 | NONE; | ... | ... |
-
Please register or login to post a comment