mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01: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();
|
final Object $type = this.getType();
|
||||||
result = result * PRIME + ($type == null ? 43 : $type.hashCode());
|
result = result * PRIME + ($type == null ? 43 : $type.hashCode());
|
||||||
final Object $name = this.getName();
|
final Object $name = this.getName();
|
||||||
result = result * PRIME + ($name == null ? 43 : $name.hashCode());
|
return result * PRIME + ($name == null ? 43 : $name.hashCode());
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
Loading…
Reference in New Issue
Block a user