mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
RegistrationClient should be more obvious that it needs an ID
This commit is contained in:
parent
be332e794c
commit
85d6301d9b
@ -45,8 +45,8 @@ public class RegistrationClient {
|
||||
gds.registerUser(a, new AttendeeCallback());
|
||||
}
|
||||
|
||||
public Attendee listAttendee(Attendee a) {
|
||||
return gds.getUser(a.getId());
|
||||
public Attendee listAttendee(int id) {
|
||||
return gds.getUser(id);
|
||||
}
|
||||
|
||||
public List<Attendee> listAttendees() {
|
||||
|
Loading…
Reference in New Issue
Block a user