Fix GenericEntityOwnershipCandidateRegistration format
[mdsal.git] / entityownership / mdsal-eos-common-api / src / main / java / org / opendaylight / mdsal / eos / common / api / GenericEntityOwnershipCandidateRegistration.java
index 61bbd078305e737d9182035d6345a072af2af578..0522fb5dd568c163f60546a366f4e53abb72bc9b 100644 (file)
@@ -22,9 +22,9 @@ import org.opendaylight.yangtools.concepts.Path;
 public interface GenericEntityOwnershipCandidateRegistration<P extends Path<P>, E extends GenericEntity<P>>
         extends ObjectRegistration<E> {
 
-  /**
-   * Unregister the candidate.
-   */
+    /**
+     * Unregister the candidate.
+     */
     @Override
     void close();
 }