You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/01/23 22:10:14 UTC

[2/2] beam git commit: This closes #1780: Simplified API surface verifications

This closes #1780: Simplified API surface verifications


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/26a2c47f
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/26a2c47f
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/26a2c47f

Branch: refs/heads/master
Commit: 26a2c47f48ddc1ea1389023a0fb72e449fb8f592
Parents: a1a022d 29ffaf3
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Jan 23 13:56:55 2017 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Jan 23 13:56:55 2017 -0800

----------------------------------------------------------------------
 .../org/apache/beam/sdk/util/ApiSurface.java    | 420 ++++++++++++++-----
 .../org/apache/beam/SdkCoreApiSurfaceTest.java  |  61 +++
 .../apache/beam/sdk/util/ApiSurfaceTest.java    | 152 ++-----
 .../apache/beam/sdk/io/gcp/ApiSurfaceTest.java  | 134 ------
 .../beam/sdk/io/gcp/GcpApiSurfaceTest.java      |  76 ++++
 5 files changed, 484 insertions(+), 359 deletions(-)
----------------------------------------------------------------------