Fix CS warnings in cds-access-api and enable enforcement
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / concepts / MemberNameTest.java
index e5031fc15a14873ab5a31356894148d25fe135dc..2c377e5efd14d32ad08b038d66854db58adc7963 100644 (file)
@@ -9,6 +9,7 @@ package org.opendaylight.controller.cluster.access.concepts;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
+
 import org.junit.Test;
 
 public class MemberNameTest extends AbstractIdentifierTest<MemberName> {