Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem/Solution: `copy` methods that copy from Readers to Writers should not be hosted under Reader. they are equally related to both parties. Moving them to `Pipe`. Result: Scala 2.12 supports Java calling companion object methods directly without many `$` and no users are using `copy`. I don't feel we should add Pipes.java for these two method temporarily until we drop 2.11 support. Having them still under Readers.java before removal. JIRA Issues: CSL-6756 Differential Revision: https://phabricator.twitter.biz/D393650
- Loading branch information