mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
improve spotbugs
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cfe00937c5
commit
f4cfc9cef3
@ -100,8 +100,7 @@ public class NotificationRichObject {
|
||||
final Object $type = this.getType();
|
||||
result = result * PRIME + ($type == null ? 43 : $type.hashCode());
|
||||
final Object $name = this.getName();
|
||||
result = result * PRIME + ($name == null ? 43 : $name.hashCode());
|
||||
return result;
|
||||
return result * PRIME + ($name == null ? 43 : $name.hashCode());
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
|
Loading…
Reference in New Issue
Block a user