X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fcore%2FBuffers.java;h=991ed688f2eda4d630d63f15b965983ca07acc97;hp=99089d9096c9db1e0c37391e790322b093db5f47;hb=refs%2Fchanges%2F49%2F449%2F1;hpb=541d0a36997f292bb037a2199463431eee538358 diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/Buffers.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/Buffers.java index 99089d9096..991ed688f2 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/Buffers.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/Buffers.java @@ -21,16 +21,16 @@ import javax.xml.bind.annotation.XmlRootElement; */ @XmlRootElement public class Buffers extends Property { - private static final long serialVersionUID = 1L; + private static final long serialVersionUID = 1L; @XmlElement private int buffersValue; - + public static final String BuffersPropName = "buffers"; - + /** * Construct a Buffers property * - * @param buffers the Buffers + * @param buffers the Buffers * @return Constructed object */ public Buffers(int buffers) { @@ -53,7 +53,7 @@ public class Buffers extends Property { public int getValue() { return this.buffersValue; } - + @Override public int hashCode() { final int prime = 31;