mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	RegistrationClient should be more obvious that it needs an ID
This commit is contained in:
		@ -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() {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user