nite@nitebug : ~/odl/netconf/netconf on master $ diff -u ./netconf-topology/src/main/java/org/opendaylight/netconf/topology/impl/SchemaRepositoryProviderImpl.java ./callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/SchemaRepositoryProviderImpl.java
--- ./netconf-topology/src/main/java/org/opendaylight/netconf/topology/impl/SchemaRepositoryProviderImpl.java 2020-04-23 22:48:00.695768308 +0200
+++ ./callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/SchemaRepositoryProviderImpl.java 2019-09-27 16:52:13.037139543 +0200
@@ -1,15 +1,16 @@
/*
- * Copyright (c) 2016 Inocybe Technologies and others. All rights reserved.
+ * Copyright (c) 2016 Brocade Communication Systems and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http: */
-package org.opendaylight.netconf.topology.impl;
+package org.opendaylight.netconf.callhome.mount;
import org.opendaylight.netconf.topology.api.SchemaRepositoryProvider;
import org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository;
+ public class SchemaRepositoryProviderImpl implements SchemaRepositoryProvider {
private final SharedSchemaRepository schemaRepository;