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

Supressed PMD error (generated code)

parent 7ff619a2
...@@ -45,6 +45,7 @@ public class PairedMessage { ...@@ -45,6 +45,7 @@ public class PairedMessage {
'}'; '}';
} }
@SuppressWarnings({"PMD.ShortVariable"})
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) { if (this == o) {
......
...@@ -10,6 +10,7 @@ public class Email extends RealmObject { ...@@ -10,6 +10,7 @@ public class Email extends RealmObject {
@PrimaryKey private String address; @PrimaryKey private String address;
private boolean verified; private boolean verified;
@SuppressWarnings({"PMD.ShortVariable"})
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == 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