Commit 4f526046 authored by Tiago Cunha's avatar Tiago Cunha

Supressed PMD error (generated code)

parent 7ff619a2
......@@ -45,6 +45,7 @@ public class PairedMessage {
'}';
}
@SuppressWarnings({"PMD.ShortVariable"})
@Override
public boolean equals(Object o) {
if (this == o) {
......
......@@ -10,6 +10,7 @@ public class Email extends RealmObject {
@PrimaryKey private String address;
private boolean verified;
@SuppressWarnings({"PMD.ShortVariable"})
@Override
public boolean equals(Object o) {
if (this == o) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment