[GitHub] incubator-beam pull request #728: CoderRegistry: make deprecated method priv...

2016-07-27 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-beam/pull/728


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-beam pull request #728: CoderRegistry: make deprecated method priv...

2016-07-25 Thread dhalperi
GitHub user dhalperi opened a pull request:

https://github.com/apache/incubator-beam/pull/728

CoderRegistry: make deprecated method private

This was part of the public API signature in Dataflow, but need not be in 
Beam.

Also remove a few unneeded publics in the same file.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dhalperi/incubator-beam coder-registry

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-beam/pull/728.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #728


commit eeb0586dda3f29dc2ff0de62bc2458812139696b
Author: Dan Halperin 
Date:   2016-07-26T00:12:01Z

CoderRegistry: make deprecated method private

This was part of the public API signature in Dataflow, but need not be in 
Beam.

Also remove a few unneeded publics in the same file.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---