Skip to content

Commit

Permalink
Fix broken @link
Browse files Browse the repository at this point in the history
----Release Notes----

[]
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=96332142
  • Loading branch information
kennknowles authored and davorbonaci committed Jun 18, 2015
1 parent abd0937 commit 6195a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private <K, InputT, AccumT, OutputT> PCollection<KV<K, OutputT>> applyTestCombin

/**
* The implementation may split the {@link KeyedCombineFn} into ADD, MERGE
* and EXTRACT phases (see {@link com.google.cloud.dataflow.sdk.runners.worker.CombineValuesFn}).
* and EXTRACT phases (see {@code com.google.cloud.dataflow.sdk.runners.worker.CombineValuesFn}).
* In order to emulate
* this for the {@link DirectPipelineRunner} and provide an experience
* closer to the service, go through heavy seralizability checks for
Expand Down

0 comments on commit 6195a67

Please sign in to comment.