YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke
This commit is contained in:
parent
06a2e4ccde
commit
4bd67d7516
|
@ -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