remove unused getter

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-02-25 16:25:38 +01:00
parent f47690db22
commit 7374176083
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -4,7 +4,7 @@
* @author Mario Danic
* @author Andy Scherzinger
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017 Mario Danic (mario@lovelyhq.com)
* Copyright (C) 2017 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -78,15 +78,10 @@ public class AdvancedUserItem extends AbstractFlexibleItem<AdvancedUserItem.User
/**
* @return the model object
*/
public Participant getModel() {
return participant;
}
public UserEntity getEntity() {
return userEntity;
}
@Nullable
public Account getAccount() {
return account;