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

Commit

Permalink
View: javadoc fixes to asMap
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Dec 17, 2016
1 parent debf9dc commit 2c9bbcc
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 2c9bbcc

Please sign in to comment.