X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-binding%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fbinding%2FNotification.java;fp=yang%2Fyang-binding%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fbinding%2FNotification.java;h=0000000000000000000000000000000000000000;hb=240aa30062029ddc8ac4cefaf19daeaa09025902;hp=fca5230fbd3653dc80746f662cd2bcb26d48166f;hpb=fd5fa735b663df913f24bd1b50066dbd9e9d0370;p=yangtools.git diff --git a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/Notification.java b/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/Notification.java deleted file mode 100644 index fca5230fbd..0000000000 --- a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/Notification.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2013 Cisco Systems, Inc. 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.binding; - -/** - * Marker interface for YANG-defined notifications - * - * - */ -public interface Notification extends DataContainer { - -} -