YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke
This commit is contained in:
parent
10a7270f43
commit
a3d8749b8c
|
@ -53,6 +53,7 @@ public abstract class YarnConfigurationStore {
|
|||
* audit logging and recovery.
|
||||
*/
|
||||
static class LogMutation implements Serializable {
|
||||
private static final long serialVersionUID = 7754046036718906356L;
|
||||
private Map<String, String> updates;
|
||||
private String user;
|
||||
|
||||
|
|
Loading…
Reference in New Issue