Fix checkstyle
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / handlers / MultiMsgCollector.java
index 7c3b4806954fc53cb8bd9e404abbcc4677464a16..3a4b8e83b1220c50cba0f9a035280769351deaff 100644 (file)
@@ -1,11 +1,10 @@
-/**
+/*
  * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.api.openflow.device.handlers;
 
 import javax.annotation.Nonnull;
@@ -34,5 +33,4 @@ public interface MultiMsgCollector<T extends OfHeader> {
      * @param eventIdentifier event identifier
      */
     void endCollecting(@Nullable EventIdentifier eventIdentifier);
-
 }