mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 06:51:08 +01:00
Add checkstyle check for trailing whitespace
This commit is contained in:
parent
b8f046706b
commit
8878cf3773
14 changed files with 35 additions and 22 deletions
|
|
@ -475,7 +475,7 @@ public class MUCUser implements ExtensionElement {
|
|||
if (other instanceof Status) {
|
||||
Status otherStatus = (Status) other;
|
||||
return code.equals(otherStatus.getCode());
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue