Fix checkstyle in yang-parser-impl and enable enforcement
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / stmt / yin / YinFileMetaStmtsTest.java
index 75a41b1cd5157e40f117eb8fa2a9e45f02def228..9b130024431bd670da44c6b9117a48d05f7f62a7 100644 (file)
@@ -36,27 +36,27 @@ public class YinFileMetaStmtsTest {
         assertNotNull(testModule);
 
         assertEquals("IETF NETCONF (Network Configuration) Working Group", testModule.getOrganization());
-        assertEquals("WG Web:   <http://tools.ietf.org/wg/netconf/>\n" +
-                "WG List:  <mailto:netconf@ietf.org>\n" +
-                "\n" +
-                "WG Chair: Mehmet Ersue\n" +
-                "        <mailto:mehmet.ersue@nsn.com>\n" +
-                "\n" +
-                "WG Chair: Bert Wijnen\n" +
-                "        <mailto:bertietf@bwijnen.net>\n" +
-                "\n" +
-                "Editor:   Mark Scott\n" +
-                "        <mailto:mark.scott@ericsson.com>\n" +
-                "\n" +
-                "Editor:   Martin Bjorklund\n" +
-                "        <mailto:mbj@tail-f.com>", testModule.getContact());
-        assertEquals("NETCONF Monitoring Module.\n" + "All elements in this module are read-only.\n" + "\n" +
-                "Copyright (c) 2010 IETF Trust and the persons identified as\n" + "authors of the code. All rights " +
-                "reserved.\n" + "\n" + "Redistribution and use in source and binary forms, with or\n" +  "without " +
-                "modification, is permitted pursuant to, and subject\n" + "to the license terms contained in, the " +
-                "Simplified BSD\n" + "License set forth in Section 4.c of the IETF Trust's\n" + "Legal Provisions " +
-                "Relating to IETF Documents\n" + "(http://trustee.ietf.org/license-info).\n" + "\n" + "This version " +
-                "of this YANG module is part of RFC 6022; see\n" + "the RFC itself for full legal notices.",
+        assertEquals("WG Web:   <http://tools.ietf.org/wg/netconf/>\n"
+                + "WG List:  <mailto:netconf@ietf.org>\n"
+                + "\n"
+                + "WG Chair: Mehmet Ersue\n"
+                + "        <mailto:mehmet.ersue@nsn.com>\n"
+                + "\n"
+                + "WG Chair: Bert Wijnen\n"
+                + "        <mailto:bertietf@bwijnen.net>\n"
+                + "\n"
+                + "Editor:   Mark Scott\n"
+                + "        <mailto:mark.scott@ericsson.com>\n"
+                + "\n"
+                + "Editor:   Martin Bjorklund\n"
+                "        <mailto:mbj@tail-f.com>", testModule.getContact());
+        assertEquals("NETCONF Monitoring Module.\n" + "All elements in this module are read-only.\n" + "\n"
+                + "Copyright (c) 2010 IETF Trust and the persons identified as\n" + "authors of the code. All rights "
+                + "reserved.\n" + "\n" + "Redistribution and use in source and binary forms, with or\n" +  "without "
+                + "modification, is permitted pursuant to, and subject\n" + "to the license terms contained in, the "
+                + "Simplified BSD\n" + "License set forth in Section 4.c of the IETF Trust's\n" + "Legal Provisions "
+                + "Relating to IETF Documents\n" + "(http://trustee.ietf.org/license-info).\n" + "\n" + "This version "
+                "of this YANG module is part of RFC 6022; see\n" + "the RFC itself for full legal notices.",
                 testModule.getDescription());
     }
 }