X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fyang%2Fyang-data-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fyang%2Fdata%2Fapi%2FMutableSimpleNode.java;fp=opendaylight%2Fsal%2Fyang-prototype%2Fyang%2Fyang-data-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fyang%2Fdata%2Fapi%2FMutableSimpleNode.java;h=9519fac7922c197e42d774cc130ed42bf5efbad3;hb=21e80918dfa04641ea069c9cb7290b598f1a5236;hp=0000000000000000000000000000000000000000;hpb=4239f8a44249dfa006418475d1680dc8323084ba;p=controller.git diff --git a/opendaylight/sal/yang-prototype/yang/yang-data-api/src/main/java/org/opendaylight/controller/yang/data/api/MutableSimpleNode.java b/opendaylight/sal/yang-prototype/yang/yang-data-api/src/main/java/org/opendaylight/controller/yang/data/api/MutableSimpleNode.java new file mode 100755 index 0000000000..9519fac792 --- /dev/null +++ b/opendaylight/sal/yang-prototype/yang/yang-data-api/src/main/java/org/opendaylight/controller/yang/data/api/MutableSimpleNode.java @@ -0,0 +1,20 @@ +/* + * 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.controller.yang.data.api; + + +/** + * @author michal.rehak + * @param node value type + * + */ +public interface MutableSimpleNode extends MutableNode, SimpleNode { + + // nothing + +}