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