use of org.mamute.model.EventType in project mamute by caelum.
the class MassiveVoteRevertEvent method reputationEvent.
public ReputationEvent reputationEvent() {
EventType massiveVoteReverted = EventType.MASSIVE_VOTE_REVERTED;
massiveVoteReverted.setKarma(karma);
return new ReputationEvent(massiveVoteReverted, null, target);
}
Aggregations