Beispiel #1
0
 private PadDocumentOwner(String username) {
   this.username = username;
   this.collaboration = Collab.of(username);
 }