Remove duplicate sitePaths already injected in AbstractDaemonTest Release-Notes: skip Change-Id: I027dc29e1836aca39b5808c7dc3234b4f4ce1a78
diff --git a/src/test/java/com/googlesource/gerrit/plugins/replication/ReplicationDaemon.java b/src/test/java/com/googlesource/gerrit/plugins/replication/ReplicationDaemon.java index f7af631..833310c 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/replication/ReplicationDaemon.java +++ b/src/test/java/com/googlesource/gerrit/plugins/replication/ReplicationDaemon.java
@@ -68,7 +68,6 @@ (TEST_REPLICATION_DELAY_SECONDS + TEST_REPLICATION_RETRY_MINUTES * 60) + TEST_PROJECT_CREATION_SECONDS); - @Inject protected SitePaths sitePaths; @Inject private ProjectOperations projectOperations; @Inject private LocalDiskRepositoryManager localDiskRepositoryManager; protected Path gitPath;