[NETCONF-671] Eliminate duplicate SchemaRepositoryProviderImpl Created: 23/Apr/20  Updated: 24/Apr/20  Resolved: 24/Apr/20

Status: Resolved
Project: netconf
Component/s: netconf
Affects Version/s: None
Fix Version/s: Aluminium

Type: Task Priority: High
Reporter: Robert Varga Assignee: Robert Varga
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   
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://www.eclipse.org/legal/epl-v10.html
  */
-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;
 
+// FIXME: Figure out why blueprint rejects to instantiate if class is not public
 public class SchemaRepositoryProviderImpl implements SchemaRepositoryProvider {
 
     private final SharedSchemaRepository schemaRepository;

not much else left to say


Generated at Wed Feb 07 20:15:36 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.