Browse Source

Fixed output

main
Christian Pape 2 days ago
committed by Dustin Frisch
parent
commit
20a07fe355
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 2
      src/main/java/de/hsfulda/informatik/LdapSync.java

2
src/main/java/de/hsfulda/informatik/LdapSync.java

@ -62,7 +62,7 @@ public class LdapSync {
new String[]{}
);
System.out.print(remote.getUsers().size() + " entrie(s) received\n");
System.out.print(local.getUsers().size() + " entrie(s) received\n");
sync(remote, local);
}

Loading…
Cancel
Save