Skip to content

Commit

Permalink
Remove Serializable from implementation list
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 2, 2023
1 parent 7ebe917 commit 9e1bfad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public XContentBuilder toXContent(XContentBuilder xContentBuilder, Params params
}
}

public static class User implements UserCredentialsHolder, ToXContentObject, Serializable, Writeable {
public static class User implements UserCredentialsHolder, ToXContentObject, Writeable {

public final static TestSecurityConfig.User USER_ADMIN = new TestSecurityConfig.User("admin").roles(
new Role("allaccess").indexPermissions("*").on("*").clusterPermissions("*")
Expand Down

0 comments on commit 9e1bfad

Please sign in to comment.