Skip to content

Commit

Permalink
changed the way connections settings are compared to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed May 13, 2019
1 parent 807a061 commit e8f35e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public boolean equals(Object o) {
return Objects.equals(baseUrl, that.baseUrl) &&
Objects.equals(sharedSpaceId, that.sharedSpaceId) &&
Objects.equals(workspaceId, that.workspaceId) &&
Objects.equals(authentication.getClass(), that.authentication.getClass()) &&
Objects.equals(authentication.getAuthenticationString(), that.authentication.getAuthenticationString()) &&
!authentication.getClass().equals(GrantTokenAuthentication.class);

Expand Down

0 comments on commit e8f35e1

Please sign in to comment.