X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fnetconf-client-mdsal%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fclient%2Fmdsal%2Fapi%2FBaseNetconfSchemas.java;fp=plugins%2Fnetconf-client-mdsal%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fclient%2Fmdsal%2Fapi%2FBaseNetconfSchemas.java;h=0000000000000000000000000000000000000000;hb=ebf61b3d4feb335d30ebe5a84b830e09861ff900;hp=4e32d7d0a74ed8e2d3c7e38a55d6b9fcdfec4c86;hpb=5ba7e2ae4f43db2c90b7a29f1d32a48a0de95238;p=netconf.git diff --git a/plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/api/BaseNetconfSchemas.java b/plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/api/BaseNetconfSchemas.java deleted file mode 100644 index 4e32d7d0a7..0000000000 --- a/plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/api/BaseNetconfSchemas.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2020 PANTHEON.tech, s.r.o. 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.client.mdsal.api; - -import com.google.common.annotations.Beta; -import org.eclipse.jdt.annotation.NonNullByDefault; -import org.opendaylight.netconf.client.mdsal.impl.BaseSchema; - -@Beta -@NonNullByDefault -public interface BaseNetconfSchemas { - - BaseSchema baseSchema(); - - BaseSchema baseSchemaWithNotifications(); -}