No effective change - add code inspection suppression comments

This commit is contained in:
Robin Bygrave
2015-08-01 20:41:50 +12:00
parent 17d97623d5
commit b82223dc1d
14 changed files with 22 additions and 8 deletions
@@ -37,7 +37,8 @@ public class HashQueryPlan {
}
HashQueryPlan e = (HashQueryPlan) obj;
return e.planHash == planHash
//noinspection StringEquality
return e.planHash == planHash
&& e.bindCount == bindCount
&& ((e.rawSql == rawSql) || (e.rawSql != null && e.rawSql.equals(rawSql)));
}