From 8dc0e0e0534dc8658b923ce4e8e892c4a53c46e7 Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Fri, 11 Oct 2013 16:58:52 +0200 Subject: [PATCH] Updated signature of getImplementedInterface Change-Id: If8f26aacfc10abfa31c6c5daccb1188dd21e7647 Signed-off-by: Tony Tkacik --- .../yangtools/yang/binding/DataContainer.java | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/DataContainer.java b/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/DataContainer.java index bb4476de2e..67b20dd1f2 100644 --- a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/DataContainer.java +++ b/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/DataContainer.java @@ -1,29 +1,29 @@ -/* - * 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; - -/** - * Data Container - object contains structured data - * - * Marker interface which must be implmeneted by all interfaces - * generated for YANG: - * - * - * - */ -public interface DataContainer { - - public Class getImplementedInterface(); -} +/* + * 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; + +/** + * Data Container - object contains structured data + * + * Marker interface which must be implmeneted by all interfaces + * generated for YANG: + * + * + * + */ +public interface DataContainer { + + public Class getImplementedInterface(); +} -- 2.36.6