Showing
1 changed file
with
0 additions
and
2 deletions
1 | package org.onlab.onos.of.drivers.impl; | 1 | package org.onlab.onos.of.drivers.impl; |
2 | 2 | ||
3 | -import java.io.IOException; | ||
4 | import java.util.ArrayList; | 3 | import java.util.ArrayList; |
5 | import java.util.Collections; | 4 | import java.util.Collections; |
6 | import java.util.List; | 5 | import java.util.List; |
... | @@ -169,7 +168,6 @@ public class OFSwitchImplOVS13 extends AbstractOpenFlowSwitch { | ... | @@ -169,7 +168,6 @@ public class OFSwitchImplOVS13 extends AbstractOpenFlowSwitch { |
169 | * @param toControllerWrite as a WRITE_ACITION instruction | 168 | * @param toControllerWrite as a WRITE_ACITION instruction |
170 | * @param toTable as a GOTO_TABLE instruction | 169 | * @param toTable as a GOTO_TABLE instruction |
171 | * @param tableToSend | 170 | * @param tableToSend |
172 | - * @throws IOException | ||
173 | */ | 171 | */ |
174 | @SuppressWarnings("unchecked") | 172 | @SuppressWarnings("unchecked") |
175 | private void populateTableMissEntry(int tableToAdd, boolean toControllerNow, | 173 | private void populateTableMissEntry(int tableToAdd, boolean toControllerNow, | ... | ... |
-
Please register or login to post a comment