Skip to content

Commit

Permalink
View.asMap: minor javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Dec 17, 2016
1 parent 1ee191f commit b0ceccb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,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 b0ceccb

Please sign in to comment.