Bump MRI upstreams
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / AbstractVoidService.java
index a24fcda674f2f2d85fa05413e170ce9269b66542..4eb14a5ce77c14598ffddbb20b053b7a4daa3ca4 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
@@ -19,7 +19,8 @@ public abstract class AbstractVoidService<T> extends AbstractService<T, Void> {
     }
 
     @Override
-    protected final FutureCallback<OfHeader> createCallback(final RequestContext<Void> context, final Class<?> requestType) {
+    protected final FutureCallback<OfHeader> createCallback(final RequestContext<Void> context,
+                                                            final Class<?> requestType) {
         return new VoidRequestCallback(context, requestType, getMessageSpy());
     }
 }