X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Futils%2Fmapping%2FRestconfMappingNodeConstants.java;fp=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Futils%2Fmapping%2FRestconfMappingNodeConstants.java;h=0000000000000000000000000000000000000000;hb=2a77e4e7796689dc731a06fa49458922a2c84e2a;hp=0e3a40101d3c9b372db5083d9ebc518b7ac4545a;hpb=f724c5cb2574a2efffbd6be2c939908d9bddea19;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeConstants.java b/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeConstants.java deleted file mode 100644 index 0e3a40101d..0000000000 --- a/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/utils/mapping/RestconfMappingNodeConstants.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2016 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.restconf.nb.rfc8040.utils.mapping; - -/** - * Util class for constants of mapping node. - * - */ -public final class RestconfMappingNodeConstants { - - public static final String NAME = "name"; - public static final String REVISION = "revision"; - public static final String NAMESPACE = "namespace"; - public static final String FEATURE = "feature"; - public static final String DESCRIPTION = "description"; - public static final String REPLAY_SUPPORT = "replay-support"; - public static final String REPLAY_LOG = "replay-log-creation-time"; - public static final String EVENTS = "events"; - - private RestconfMappingNodeConstants() { - throw new UnsupportedOperationException("Util class."); - } -}