Skip to content

Commit

Permalink
tmf.core: fix API errors
Browse files Browse the repository at this point in the history
Change-Id: I5f0b6f513e56edbd84cd172793c57fad67a1e13f
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/140842
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: CI Bot
  • Loading branch information
tahini committed Apr 23, 2019
1 parent 323189c commit edbe123
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@ public interface ITmfStateProvider {
* Different future event type on the state system
*
* @author Katherine Nadeau
* @since 4.3
* @since 5.0
*/
public enum FutureEventType {
/**
Expand Down Expand Up @@ -192,7 +192,7 @@ default void addFutureEvent(long time, @Nullable Object futureValue, int attribu
* the quark to set to initial state
* @param type
* the type of event to apply to the state system
* @since 4.3
* @since 5.0
*/
default void addFutureEvent(long time, @Nullable Object futureValue, int attribute, FutureEventType type) {
// Do nothing by default
Expand Down

0 comments on commit edbe123

Please sign in to comment.