Minor changes in LibLLDP
[controller.git] / opendaylight / commons / liblldp / src / main / java / org / opendaylight / controller / liblldp / CustomTLVKey.java
index 7bc631e5a652be31b1b7b430784cf04eb43b945b..9953c7e6652a673d07fe37e82cdeaf814d1c37c0 100644 (file)
@@ -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;
     }
 
-
 }