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%2Faction%2FFloodAll.java;h=086f5f2209b2afb7cba53159b3b5910c2ebd590a;hp=b0f60d4b925aa1b942fceda34de5a7dbf78c100b;hb=432ddf481f3bb6c297b1353f76a797fc9ef0e454;hpb=e2ac8294fb64f05cc6bef9c01c27ba8439fe0e3a diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/FloodAll.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/FloodAll.java index b0f60d4b92..086f5f2209 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/FloodAll.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/FloodAll.java @@ -1,4 +1,3 @@ - /* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * @@ -14,15 +13,13 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; /** - * Represents the action of flooding the packet out all the physical ports except the input port - * - * - * + * Represents the action of flooding the packet out all the physical ports + * except the input port */ @XmlRootElement @XmlAccessorType(XmlAccessType.NONE) - public class FloodAll extends Action { + private static final long serialVersionUID = 1L; public FloodAll() { type = ActionType.FLOOD_ALL;