This closes #1888
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6b31c14f Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6b31c14f Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/6b31c14f Branch: refs/heads/master Commit: 6b31c14fa04fc7f99c4d8d32a385693e53c92552 Parents: e21f9ae cde550f Author: Stas Levin <[email protected]> Authored: Thu Feb 9 17:42:51 2017 +0200 Committer: Stas Levin <[email protected]> Committed: Thu Feb 9 17:42:51 2017 +0200 ---------------------------------------------------------------------- .../org/apache/beam/sdk/util/ApiSurface.java | 446 +++++++++++++------ .../org/apache/beam/SdkCoreApiSurfaceTest.java | 62 +++ .../apache/beam/sdk/util/ApiSurfaceTest.java | 152 ++----- .../apache/beam/sdk/io/gcp/ApiSurfaceTest.java | 134 ------ .../beam/sdk/io/gcp/GcpApiSurfaceTest.java | 79 ++++ 5 files changed, 495 insertions(+), 378 deletions(-) ----------------------------------------------------------------------
