Skip to content

Commit

Permalink
Fix typo in OutputTimeFn
Browse files Browse the repository at this point in the history
----Release Notes----

[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112480742
  • Loading branch information
kennknowles authored and lukecwik committed Jan 19, 2016
1 parent e9bb2a2 commit 608fd21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private OutputTimeFn() { }
*
* <p>For many other {@link OutputTimeFn} implementations, such as taking the earliest or latest
* timestamp, this will be the same as {@link #combine combine()}. Defaults for this
* case are provided by {@link Default}.
* case are provided by {@link Defaults}.
*/
public abstract Instant merge(W intoWindow, Iterable<? extends Instant> mergingTimestamps);

Expand Down

0 comments on commit 608fd21

Please sign in to comment.