Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #516 from dhalperi/javadoc-fixes
Browse files Browse the repository at this point in the history
View: javadoc fixes to asMap
  • Loading branch information
dhalperi authored Dec 17, 2016
2 parents debf9dc + 2c9bbcc commit f81a0f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ public static <T> AsIterable<T> asIterable() {

/**
* Returns a {@link View.AsMap} transform that takes a
* {@link PCollection PCollection&lt;KV&lt;K V&gt;&gt;} as
* {@link PCollection PCollection&lt;KV&lt;K, V&gt;&gt;} as
* input and produces a {@link PCollectionView} mapping each window to
* a {@link Map Map&gt;K, V&gt;}. It is required that each key of the input be
* a {@link Map Map&lt;K, V&gt;}. It is required that each key of the input be
* associated with a single value, per window. If this is not the case, precede this
* view with {@code Combine.perKey}, as in the example below, or alternatively
* use {@link View#asMultimap()}.
Expand Down

0 comments on commit f81a0f9

Please sign in to comment.