Migrate users of Optional.get()
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / concepts / AbstractIdentifierTest.java
index 8fcc9fa1f5ffe1f7eabf3326f65982ac56ed6b64..74cd4cf3ba182d2b3ee3c805dba0b33991589f25 100644 (file)
@@ -42,7 +42,6 @@ public abstract class AbstractIdentifierTest<T extends Identifier> {
         assertEquals(object().hashCode(), equalObject().hashCode());
     }
 
-
     @Test
     public final void testSerialization() throws Exception {
         assertTrue(object().equals(copy(object())));