Fix checkstyle warnings
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / md / core / NotificationEnqueuer.java
index f312a41aa38e2e590477e80c7e98488cc1a1f08c..69a83e0e77f6102c0d0c5716b023147ba9acc285 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/*
  * Copyright (c) 2014 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
@@ -8,14 +8,13 @@
 package org.opendaylight.openflowplugin.api.openflow.md.core;
 
 /**
- * provider of wrapped notification enqueue
+ * provider of wrapped notification enqueue.
  */
 public interface NotificationEnqueuer {
 
     /**
-     * enqueue given notification into standard message processing queue
-     * 
-     * @param notification
+     * enqueue given notification into standard message processing queue.
+     * @param notification notification
      */
     void enqueueNotification(NotificationQueueWrapper notification);