Bump MRI upstreams
[openflowplugin.git] / applications / forwardingrules-sync / src / main / java / org / opendaylight / openflowplugin / applications / frsync / impl / SyncReactorGuardDecorator.java
index 91bf600760e6ec94ab50d33af944daefc7dc9ea1..ebd10d89ef4f4138def2719b41302761bd32d481 100644 (file)
@@ -62,7 +62,7 @@ public class SyncReactorGuardDecorator implements SyncReactor {
                                                          final long stampBeforeGuard,
                                                          final long stampAfterGuard,
                                                          final NodeId nodeId) {
-        return new FutureCallback<Boolean>() {
+        return new FutureCallback<>() {
             @Override
             public void onSuccess(final Boolean result) {
                 if (LOG.isDebugEnabled()) {