Skip to content
Snippets Groups Projects
Commit 96ee928f authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Fixed OsAccountInstance.equal method

parent 629bd458
No related branches found
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