YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke

This commit is contained in:
Szilard Nemeth 2022-03-01 18:06:39 +01:00
parent 06a2e4ccde
commit 4bd67d7516
1 changed files with 1 additions and 0 deletions

View File

@ -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;