Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / spi / SchemaSourceRegistry.java
index 1b35c51d1c192ebec26f68a024355f5d3dd84257..dfa34b79a4547b637b26a21481ad512e198fc3f6 100644 (file)
@@ -30,7 +30,8 @@ public interface SchemaSourceRegistry {
      * @return A registration handle. Invoking {@link SchemaSourceRegistration#close()}
      *         will cancel the registration.
      */
-    <T extends SchemaSourceRepresentation> SchemaSourceRegistration<T> registerSchemaSource(SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source);
+    <T extends SchemaSourceRepresentation> SchemaSourceRegistration<T> registerSchemaSource(
+            SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source);
 
     /**
      * Register a schema source listener. The listener will be notified as new