Skip to content
Snippets Groups Projects
Commit c7164bad authored by Saurav Das's avatar Saurav Das
Browse files

trival change to method access

parent 0d0a9e8d
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ public class DebugCounter implements IFloodlightModule, IDebugCounterService {
// Internal Methods
//*******************************
private void printAllCounters() {
protected void printAllCounters() {
for (List<CounterInfo> cilist : moduleCounters.values()) {
for (CounterInfo ci : cilist) {
log.info("Countername {} Countervalue {}", new Object[] {
......
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