Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Make SecureCredentialsFactory public Change-Id: I757ba1004ce2a851c7857762b178de9294deae21
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/SecureCredentialsFactory.java b/src/main/java/com/googlesource/gerrit/plugins/replication/SecureCredentialsFactory.java index f2e67a4..ed15b92 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/replication/SecureCredentialsFactory.java +++ b/src/main/java/com/googlesource/gerrit/plugins/replication/SecureCredentialsFactory.java
@@ -30,7 +30,7 @@ private final Config config; @Inject - SecureCredentialsFactory(SitePaths site) throws ConfigInvalidException, IOException { + public SecureCredentialsFactory(SitePaths site) throws ConfigInvalidException, IOException { config = load(site); }