Skip to content
Snippets Groups Projects
Unverified Commit e95d22b9 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2552 from kellykelly3/8035-fix-os-instance-issue

8035 Fixed OsAccountInstance.equal method
parents fc30e6ac 96ee928f
Branches
No related tags found
No related merge requests found
...@@ -168,8 +168,7 @@ public boolean equals(Object obj) { ...@@ -168,8 +168,7 @@ public boolean equals(Object obj) {
if (this.accountId != other.accountId) { if (this.accountId != other.accountId) {
return false; return false;
} }
return this.dataSourceId == other.getDataSourceId();
return this.dataSourceId != other.dataSourceId;
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment