Added JavaDoc of EventActionUtil class

This commit is contained in:
Benjamin Barth
2016-06-17 14:49:04 +02:00
parent c40dbfae1a
commit 7d56b1f80e
@@ -24,7 +24,7 @@ import com.sap.sse.gwt.dispatch.shared.exceptions.DispatchException;
/**
* This is a convenience class, which e.g. provides static methods to iterate over leaderboards or races of an entire
* event or the races of a single regatta by keeping their orders. These methods provide a {@link LeaderboardContext}
* event or the races of a single regatta while keeping their orders. These methods provide a {@link LeaderboardContext}
* or {@link RaceContext} instance to the given {@link LeaderboardCallback} or {@link RaceCallback}, respectively.
*
* Also methods to calculate the {@link Duration time to live} based on the event state(non-live) are provided, which