Revert "Make GerritApiImpl class public"

This reverts commit 727d718b77.

Reason for revert: We actually don't need this class to be public.

Change-Id: I25ceacb6e29f8e655bc5a28343d15b2e65aa3981
This commit is contained in:
Edwin Kempin 2018-05-15 07:00:35 +00:00
parent 727d718b77
commit f66846cb5f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import com.google.inject.Inject;
import com.google.inject.Singleton;
@Singleton
public class GerritApiImpl implements GerritApi {
class GerritApiImpl implements GerritApi {
private final Accounts accounts;
private final Changes changes;
private final Config config;