File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/src/main/java/com/google/cloud/dataflow/sdk/transforms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ public static <T> AsIterable<T> asIterable() {
191
191
192
192
/**
193
193
* Returns a {@link View.AsMap} transform that takes a
194
- * {@link PCollection PCollection<KV<K V>>} as
194
+ * {@link PCollection PCollection<KV<K, V>>} as
195
195
* input and produces a {@link PCollectionView} mapping each window to
196
- * a {@link Map Map> ;K, V>}. It is required that each key of the input be
196
+ * a {@link Map Map< ;K, V>}. It is required that each key of the input be
197
197
* associated with a single value, per window. If this is not the case, precede this
198
198
* view with {@code Combine.perKey}, as in the example below, or alternatively
199
199
* use {@link View#asMultimap()}.
You can’t perform that action at this time.
0 commit comments