Remove deprecated controller.sal.core.api interfaces
[controller.git] / opendaylight / md-sal / sal-schema-service / src / main / java / org / opendaylight / controller / sal / schema / service / impl / GlobalBundleScanningSchemaServiceImpl.java
index 6d2eacbaf5ff50df232ce3a8edba13674b4d82b9..7a91cdf7be628944663bc1188f6b43a32afb5a80 100644 (file)
@@ -117,6 +117,6 @@ public final class GlobalBundleScanningSchemaServiceImpl implements SchemaContex
         }
 
         return Futures.makeChecked((ListenableFuture<YangTextSchemaSource>) yangProvider.getSource(sourceIdentifier),
-                e -> new SchemaSourceException("Error retrieving source", e));
+            e -> new SchemaSourceException("Error retrieving source", e));
     }
 }