Skip to content

Commit

Permalink
EA-4015 update class to private
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Nov 25, 2024
1 parent 7fa4917 commit 915dfd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public ResponseEntity<String> updateUserSet(String identifier, String set, Strin
}
}

public class SearchUserSetClient implements SearchUserSetApi {
private class SearchUserSetClient implements SearchUserSetApi {

@Override
public ResponseEntity<String> searchUserSet(String query, String[] qf,
Expand Down

0 comments on commit 915dfd7

Please sign in to comment.