Fix NoWhitespaceAfter checkstyle violation

in smack-legacy
This commit is contained in:
Florian Schmaus 2017-04-25 17:46:53 +02:00
parent 45b790bbbb
commit 31fe9dcd80
1 changed files with 1 additions and 1 deletions

View File

@ -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) {