X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Futils%2FGlobalConstants.java;h=ceb4553470933330516bd945652a07045dcf7e85;hb=edf5bfcee83c750853253ccfd991ba7000f5f65b;hp=174f2546bad1039f87352b5e0a8bd129ad383732;hpb=0406ea14a1a38fbb6ecec173ed42337d9f4ad62c;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/utils/GlobalConstants.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/utils/GlobalConstants.java index 174f2546ba..ceb4553470 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/utils/GlobalConstants.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/utils/GlobalConstants.java @@ -1,6 +1,5 @@ - /* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. + * Copyright (c) 2013-2014 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, @@ -20,7 +19,8 @@ public enum GlobalConstants { STATICVLAN("staticvlan"), CLUSTERINGSERVICES("clusteringservices"), STARTUPHOME("configuration/startup/"), - PROTOCOLPLUGINTYPE("protocolPluginType"); + PROTOCOLPLUGINTYPE("protocolPluginType"), + PROTOCOLPLUGINPRIORITY("protocolPluginPriority"); private GlobalConstants(String name) { this.name = name; @@ -31,4 +31,4 @@ public enum GlobalConstants { public String toString() { return name; } -} \ No newline at end of file +}