X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fliblldp%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fliblldp%2FCustomTLVKey.java;h=9953c7e6652a673d07fe37e82cdeaf814d1c37c0;hb=3f5777276ad23296138ec4e178307dc2605e34be;hp=7bc631e5a652be31b1b7b430784cf04eb43b945b;hpb=2cbf9e42ae2974fa7d2be7050b6fb1251dd11802;p=controller.git diff --git a/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/CustomTLVKey.java b/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/CustomTLVKey.java index 7bc631e5a6..9953c7e665 100644 --- a/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/CustomTLVKey.java +++ b/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/CustomTLVKey.java @@ -1,6 +1,11 @@ -/** +/* + * 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.liblldp; public class CustomTLVKey { @@ -23,6 +28,7 @@ public class CustomTLVKey { public int getOui() { return oui; } + /** * @return the subtype */ @@ -65,5 +71,4 @@ public class CustomTLVKey { return true; } - }