Another round of checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / repo / AbstractYangTextSchemaSourceRegistration.java
index db3569ddd35ea38eb2e90ad0935438022b5dbb28..bbab150bfe64f69beda72c52aac1d131c041c30e 100644 (file)
@@ -10,7 +10,8 @@ package org.opendaylight.yangtools.yang.parser.repo;
 import org.opendaylight.yangtools.concepts.AbstractObjectRegistration;
 import org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource;
 
-public abstract class AbstractYangTextSchemaSourceRegistration extends AbstractObjectRegistration<YangTextSchemaSource> implements YangTextSchemaSourceRegistration {
+public abstract class AbstractYangTextSchemaSourceRegistration extends AbstractObjectRegistration<YangTextSchemaSource>
+        implements YangTextSchemaSourceRegistration {
     protected AbstractYangTextSchemaSourceRegistration(final YangTextSchemaSource instance) {
         super(instance);
     }