X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fmodel%2Fapi%2FChoiceCaseNode.java;h=e38df949bf5046272b305bdd23dc7e525a4cd72d;hb=b43b9ed6f627a4a1d2ecc6081ed4f0024761e4a3;hp=5017c1d7c1027c055df41aa60c7df9c6d2627616;hpb=5c1f875f69e35248aa4115c429bd962160beeef4;p=yangtools.git diff --git a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/ChoiceCaseNode.java b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/ChoiceCaseNode.java index 5017c1d7c1..e38df949bf 100644 --- a/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/ChoiceCaseNode.java +++ b/yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/ChoiceCaseNode.java @@ -1,16 +1,16 @@ -/* - * 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.model.api; - -/** - * The ChoiceCaseNode interface is used to define branches of the ChoiceNode. - */ -public interface ChoiceCaseNode extends DataSchemaNode, DataNodeContainer, - AugmentationTarget { - -} +/* + * 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.model.api; + +/** + * The ChoiceCaseNode interface is used to define branches of the ChoiceNode. + */ +public interface ChoiceCaseNode extends DataSchemaNode, DataNodeContainer, + AugmentationTarget { + +}