Merge "Fix checkstyle - api.openflow.md.queue" into stable/boron
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / md / queue / HarvesterHandle.java
index b9a5955297cd97f7f97d9e6e43d9181e8eb9b981..ec93933d5f94c52ad43014b0a5389aff20cc34dd 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,12 +8,12 @@
 package org.opendaylight.openflowplugin.api.openflow.md.queue;
 
 /**
- * message harvester simple control
+ * message harvester simple control.
  */
 public interface HarvesterHandle {
 
     /**
-     * wakeup harvester in case it is in phase of starving sleep
+     * wakeup harvester in case it is in phase of starving sleep.
      */
     void ping();