Merge "Increase timeout for waiting for broker service in sal-binding-it."
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / SetNextHop.java
index 33d9b9361d1262c919c3576742c9b40fad1b19f2..3250137c1091572ecebaa2f69e9392128a5696e5 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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.sal.action;
 
 import java.net.InetAddress;
@@ -10,6 +17,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
 public class SetNextHop extends Action {
+    private static final long serialVersionUID = 1L;
     @XmlElement
     private InetAddress address;