Skip to content
Snippets Groups Projects
Commit 1e15c28c authored by Ryan Izard's avatar Ryan Izard
Browse files

One more warning fix

parent cc33e82b
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,8 @@ public class OFSwitchHandshakeHandlerVer13Test extends OFSwitchHandlerTestBase {
verify(sw, switchManager);
}
public void handleTableFeatures(boolean subHandShakeComplete) throws Exception {
@SuppressWarnings("unchecked")
public void handleTableFeatures(boolean subHandShakeComplete) throws Exception {
// build the table features stats reply
OFTableFeaturesStatsReply tf = createTableFeaturesStatsReply();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment