Skip to content

Commit

Permalink
update API description, IBMStreams#2494
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Jul 7, 2020
1 parent 79c20a8 commit 2b0492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/com/ibm/streamsx/topology/TStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ <J,U> TStream<J> joinLast(

/**
* Declare a {@link TWindow} that continually represents the last {@code time} seconds
* of tuples (in the given time {@code unit}) on this stream.
* of tuples on this stream.
* Same as {@link #last(long,TimeUnit)} except the {@code time} is
* specified with a {@code Supplier<Integer>} such as one created
* by {@link Topology#createSubmissionParameter(String, Class)}.
Expand Down

0 comments on commit 2b0492c

Please sign in to comment.