fix minor JavaDoc typos in UpgradeState 02/74402/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 24 Jul 2018 14:56:45 +0000 (16:56 +0200)
committerDavid Suárez Fuentes <david.suarez.fuentes@gmail.com>
Tue, 24 Jul 2018 15:27:08 +0000 (15:27 +0000)
Change-Id: I3446f02546c62ff2ffce3ca18bd9abdf3ad302ad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
upgrade/src/main/java/org/opendaylight/serviceutils/upgrade/UpgradeState.java

index 26f9f97f63032f4ee6edda8117b8d28acf406b98..66d890447fe183efa99b9fb72a093c6b6e74dbee 100644 (file)
@@ -5,13 +5,14 @@
  * 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.serviceutils.upgrade;
 
 /**
- * This service is only intented to be used by code that
- * needs to accomodate the full replay based upgrade.
+ * This service is only intended to be used by code that
+ * needs to accommodate the full replay based upgrade.
  */
 public interface UpgradeState {
+
     boolean isUpgradeInProgress();
+
 }