X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fstaticrouting%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fforwarding%2Fstaticrouting%2Fnorthbound%2FStaticRoutes.java;h=27aa0ed3f91b2f5ad6d9c54921fd83d5f9a748b8;hp=683a9a2d906a285b37dab19bdb4b36b528aa8b57;hb=refs%2Fchanges%2F11%2F1011%2F1;hpb=86d84c6a9e3f0e0b8b17d81c9b27888885944163 diff --git a/opendaylight/northbound/staticrouting/src/main/java/org/opendaylight/controller/forwarding/staticrouting/northbound/StaticRoutes.java b/opendaylight/northbound/staticrouting/src/main/java/org/opendaylight/controller/forwarding/staticrouting/northbound/StaticRoutes.java index 683a9a2d90..27aa0ed3f9 100644 --- a/opendaylight/northbound/staticrouting/src/main/java/org/opendaylight/controller/forwarding/staticrouting/northbound/StaticRoutes.java +++ b/opendaylight/northbound/staticrouting/src/main/java/org/opendaylight/controller/forwarding/staticrouting/northbound/StaticRoutes.java @@ -17,9 +17,11 @@ import javax.xml.bind.annotation.XmlRootElement; import org.opendaylight.controller.forwardingrulesmanager.FlowConfig; -@XmlRootElement +/** + * This class represents a list of static routes. + */ +@XmlRootElement(name = "list") @XmlAccessorType(XmlAccessType.NONE) - public class StaticRoutes { @XmlElement List staticRoute;