Skip to content

Commit

Permalink
Quality Gate back to Green (#1074)
Browse files Browse the repository at this point in the history
Co-authored-by: Yassin Hajaj <yassin.hajaj@bosa.fgov.be>
YassinHajaj and Yassin Hajaj authored Dec 27, 2023
1 parent c9f2a66 commit 7cff829
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ public boolean equals(final Object o) {
return equals(this.name, that.name) || equals(that.name, this.name);
}

@SuppressWarnings("squid:S4973")
static boolean equals(final String name, final String other) {
//noinspection StringEquality
if (name == other) {

0 comments on commit 7cff829

Please sign in to comment.