Skip to content

Conversation

@ttosta-google
Copy link
Contributor

Fixes #287

@Override
public int hashCode() {
return Objects.hashCode(targetPrincipal, delegates, adminServiceEndpoint);
return Objects.hashCode(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add tests for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have here

@ttosta-google ttosta-google force-pushed the gh-287-set-google-credentials branch from 2781f02 to fd268de Compare November 13, 2023 18:30
@ttosta-google ttosta-google merged commit 98ae6f4 into main Nov 13, 2023
@ttosta-google ttosta-google deleted the gh-287-set-google-credentials branch November 13, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants