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

trivial change in comment

parent 68fa613a
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ public class DebugCounter implements IFloodlightModule, IDebugCounterService {
// At this point it is also possible that the threadlocal map/set does not
// include a counter that has been enabled and is present in the global
// current counter store. If so we need to sync such state so that the
// currentCounters set. If so we need to sync such state so that the
// thread local counter can be created (in the updateCounter method)
Set<String> thisset = this.threadlocalCurrentCounters.get();
if (thisset.size() != currentCounters.size()) {
......
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