Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 975 → Rev 972

/kickup/trunk/src/ak/kickup/core/model/Event.java
445,9 → 445,4
{
this.participants = participants;
}
 
protected void removeParticipant(Participant participant)
{
participants.remove(participant);
}
}
/kickup/trunk/src/ak/kickup/core/model/ParticipantManager.java
164,7 → 164,6
throws ModelException
{
try {
participant.getEvent().removeParticipant(participant);
HibernateUtil.currentSession().delete(participant);
}
catch(HibernateException ex)