Skip to content

Commit

Permalink
Change back to private
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jun 4, 2024
1 parent 7120a8d commit 9454232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public UserInjector(Settings settings, ThreadPool threadPool, AuditLog auditLog,
}

public static class InjectedUser extends User {
transient TransportAddress transportAddress;
private transient TransportAddress transportAddress;

public InjectedUser(String name) {
super(name);
Expand Down

0 comments on commit 9454232

Please sign in to comment.