gerrit/gerrit-gpg
Dave Borowitz 769d159701 Make ReceiveCommits non-public
Callers used to have access to both the AsyncReceiveCommits and the
underlying ReceiveCommits. This was confusing at best, and in the
presence of multiple threads (or, eventually, retrying) broken at worst.
Try to simplify the package interface by forcing all callers to go
through AsyncReceiveCommits. It's still somewhat non-obvious, but at
least there is only one choice.

To support tests that want to assert over specific error message
strings, factor out a public ReceiveConstants class.

Change-Id: I1760faed4c2d4d508c38ec8a698f3e5c2aae2c35
2017-08-08 10:50:06 -04:00
..
src Make ReceiveCommits non-public 2017-08-08 10:50:06 -04:00
BUILD Don't ship bouncycastle libraries in plugin API 2017-04-07 07:38:04 +02:00