Added copyright and updated appropriate log levels
[vpnservice.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / vpnservice / mdsalutil / ActionInfo.java
index 6bcb8708119633defcf9c2e55a5d5f09add8935a..084c5653db84b329f9333ab62c1519529f50c465 100644 (file)
@@ -1,6 +1,9 @@
 /*
- * Copyright (c) 2013 Ericsson AB.  All rights reserved.
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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.vpnservice.mdsalutil;
 
@@ -12,9 +15,6 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.acti
 
 public class ActionInfo implements Serializable{
 
-    /**
-     *
-     */
     private static final long serialVersionUID = 1L;
     private final ActionType m_actionType;
     private String[] m_asActionValues = null;