Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-671

Eliminate duplicate SchemaRepositoryProviderImpl

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: High High
    • Aluminium
    • None
    • netconf
    • None

      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

            rovarga Robert Varga
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: