Make Raft messages serializable
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / example / messages / PrintRole.java
index c9d4bfa72cbd5b647acab4d4d047d05939db7800..a5105f041af7622d6f97b1c6718c8d94741f4907 100644 (file)
@@ -1,7 +1,14 @@
+/*
+ * 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.cluster.example.messages;
 
-/**
- * Created by kramesha on 7/17/14.
- */
-public class PrintRole {
+import java.io.Serializable;
+
+public class PrintRole implements Serializable {
 }