X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fliblldp%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fliblldp%2FEthernetAddress.java;h=947603c45b032432c4d7608231084723d7f2bd98;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hp=8c5f8b9ffd4d184df0143bae647e990d81daac61;hpb=159881b2b1c44301f740a6d20199df58eea04851;p=controller.git diff --git a/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/EthernetAddress.java b/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/EthernetAddress.java index 8c5f8b9ffd..947603c45b 100644 --- a/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/EthernetAddress.java +++ b/opendaylight/commons/liblldp/src/main/java/org/opendaylight/controller/liblldp/EthernetAddress.java @@ -1,4 +1,3 @@ - /* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * @@ -53,8 +52,6 @@ public class EthernetAddress extends DataLinkAddress { * * @param macAddress A byte array in big endian format * representing the Ethernet MAC Address - * - * @return The constructed object if valid */ public EthernetAddress(byte[] macAddress) throws ConstructionException { super(addressName);