Revert "BAEL-4134"
This commit is contained in:
committed by
GitHub
parent
4a35b97bad
commit
7ab2f437ee
@@ -1,9 +1,11 @@
|
||||
package com.baeldung;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Created by johnson on 3/9/17.
|
||||
*/
|
||||
public class CustomMessage {
|
||||
public class CustomMessage implements Serializable {
|
||||
private String message;
|
||||
|
||||
public CustomMessage() {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
package com.baeldung;
|
||||
|
||||
public class Ledger {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class Ledger implements Serializable {
|
||||
|
||||
public Ledger() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user