X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fmodel%2Fspi%2Fstmt%2Fimpl%2Feff%2FEmptyErrorAppTagEffectiveStatement.java;fp=yang%2Fyang-model-spi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fmodel%2Fspi%2Fstmt%2Fimpl%2Feff%2FEmptyErrorAppTagEffectiveStatement.java;h=0000000000000000000000000000000000000000;hb=7fd1abd03d792989653a05052e723b1516a9e554;hp=c811eefc4c65037093e4dc86b2ec92645de302d7;hpb=8f3afc2f8e13d71f7e79c5bbea5b21e1c191de70;p=yangtools.git diff --git a/yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/stmt/impl/eff/EmptyErrorAppTagEffectiveStatement.java b/yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/stmt/impl/eff/EmptyErrorAppTagEffectiveStatement.java deleted file mode 100644 index c811eefc4c..0000000000 --- a/yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/stmt/impl/eff/EmptyErrorAppTagEffectiveStatement.java +++ /dev/null @@ -1,19 +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.yangtools.yang.model.spi.stmt.impl.eff; - -import org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagEffectiveStatement; -import org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagStatement; -import org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument; - -public final class EmptyErrorAppTagEffectiveStatement extends DefaultArgument - implements ErrorAppTagEffectiveStatement { - public EmptyErrorAppTagEffectiveStatement(final ErrorAppTagStatement declared) { - super(declared); - } -}