Skip to content

Commit 28c660c

Browse files
kennknowlesdavorbonaci
authored andcommitted
Clarify comment about use of constructing methods for CoGbkResult.
----Release Notes---- [] ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91113488
1 parent 25abf7c commit 28c660c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sdk/src/main/java/com/google/cloud/dataflow/sdk/transforms/join/CoGbkResult.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,10 @@ public void verifyDeterministic() throws NonDeterministicException {
310310

311311

312312
//////////////////////////////////////////////////////////////////////////////
313-
// Methods for testing purposes
313+
// Methods for directly constructing a CoGbkResult
314+
//
315+
// (for example, creating test data for a transform that consumes a
316+
// CoGbkResult)
314317

315318
/**
316319
* Returns a new CoGbkResult that contains just the given tag and given data.

0 commit comments

Comments
 (0)