mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Fix NoWhitespaceAfter checkstyle violation
in smack-legacy
This commit is contained in:
parent
45b790bbbb
commit
31fe9dcd80
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class RemoteRosterEntry {
|
|||
* @param groups the list of group names the entry will belong to, or <tt>null</tt> if the
|
||||
* the roster entry won't belong to a group.
|
||||
*/
|
||||
public RemoteRosterEntry(Jid user, String name, String [] groups) {
|
||||
public RemoteRosterEntry(Jid user, String name, String[] groups) {
|
||||
this.user = user;
|
||||
this.name = name;
|
||||
if (groups != null) {
|
||||
|
|
Loading…
Reference in a new issue