Checkstyle clean-up src/test/java
[yangtools.git] / yang / yang-common / src / test / java / org / opendaylight / yangtools / yang / common / OperationFailedExceptionTest.java
index 70b876eacd85729f92c331fff3dea1d1dc7e561b..def8552e251c66bccc9cdc18b4018d085ebb6b69 100644 (file)
@@ -4,9 +4,7 @@
  * 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
- *
  */
-
 package org.opendaylight.yangtools.yang.common;
 
 import static org.junit.Assert.assertEquals;
@@ -26,4 +24,4 @@ public class OperationFailedExceptionTest {
         assertEquals(operationFailedException1.getErrorList(), operationFailedException2.getErrorList());
         assertTrue(operationFailedException1.toString().contains("error msg"));
     }
-}
\ No newline at end of file
+}