Skip to content
Snippets Groups Projects
Commit 4e0e765f authored by felmer's avatar felmer
Browse files

Make ServiceMessage Serializable.

SVN: 24071
parent b07552a7
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,10 @@ import java.io.Serializable; ...@@ -23,8 +23,10 @@ import java.io.Serializable;
* *
* @author Bernd Rinn * @author Bernd Rinn
*/ */
public class ServiceMessage public class ServiceMessage implements Serializable
{ {
private static final long serialVersionUID = 1L;
private final String conversationId; private final String conversationId;
private final int messageIdx; private final int messageIdx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment