summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java')
-rw-r--r--src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java b/src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java
index e960533..10719c1 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/CredentialsFactory.java
@@ -16,5 +16,4 @@ package com.googlesource.gerrit.plugins.replication;
public interface CredentialsFactory {
SecureCredentialsProvider create(String remoteName);
-
}