Create SemaphoreKeeper inside decorators
[openflowplugin.git] / applications / forwardingrules-sync / src / main / java / org / opendaylight / openflowplugin / applications / frsync / util / SemaphoreKeeperGuavaImpl.java
index b506ddf17adb5d3ba8d927a1ff7cc495a7dca7e7..12040c58112d620f1f1e208127d046fca7f9305f 100644 (file)
@@ -20,9 +20,6 @@ import org.opendaylight.openflowplugin.applications.frsync.SemaphoreKeeper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/**
- * Key-based semaphore provider.
- */
 public class SemaphoreKeeperGuavaImpl<K> implements SemaphoreKeeper<K> {
 
     private static final Logger LOG = LoggerFactory.getLogger(SemaphoreKeeperGuavaImpl.class);