Fix checkstyle in mdsal-binding-generator-impl
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / java / org / opendaylight / mdsal / binding / generator / impl / IdentityrefTypeTest.java
index 755e92f5a3dd5584dbf211c2fdd1016e5c0fd3d0..7e51d54183ccce5e665d53ac0a0a438ad7f9fc8e 100644 (file)
@@ -47,9 +47,8 @@ public class IdentityrefTypeTest {
     }
 
     /**
-     * Test mainly for the method
-     * TypeProviderImpl#provideTypeForIdentityref(IdentityrefTypeDefinition)
-     * provideTypeForIdentityref}
+     * Test mainly for the method TypeProviderImpl#provideTypeForIdentityref(IdentityrefTypeDefinition)
+     * provideTypeForIdentityref}.
      */
     @Test
     public void testIdentityrefYangBuiltInType() {
@@ -85,11 +84,9 @@ public class IdentityrefTypeTest {
                 }
             }
         }
-        assertNotNull("The method 'getLf' wasn't found", typeName);
+        assertNotNull("The method 'getLf' was not found", typeName);
         assertEquals("Return type has incorrect name", "Class", typeName);
         assertEquals("Incorrect number of type parameters", 1, numOfActualTypes);
         assertEquals("Return type has incorrect actual parameter", "SomeIdentity", actualTypeName);
-
     }
-
 }