Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 972 → Rev 1001

/kickup/trunk/src/ak/kickup/core/model/Event.java
445,4 → 445,9
{
this.participants = participants;
}
 
protected void removeParticipant(Participant participant)
{
participants.remove(participant);
}
}