Skip to content
Snippets Groups Projects
Commit f4ee2d77 authored by Subrata Banerjee's avatar Subrata Banerjee
Browse files

Minor alignments.

parent 7e7213f6
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ public class JacksonCustomConverter extends JacksonConverter {
jr.setObjectMapper(jsonObjectMapper);
return jr;
}
/**
* Replace the jackson converter with this one
* @param converterClass
......
......@@ -13,8 +13,8 @@ import org.openflow.protocol.OFMatch;
*/
public class FlowCache {
protected int hitCnt;
protected boolean flowCacheServiceOn;
public int hitCnt;
public boolean flowCacheServiceOn;
// Constructor
public FlowCache() {
......
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