commit | 62218e2cd25b7c0c2e4086109770765eb7d093bf | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Feb 03 20:46:03 2025 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Feb 03 20:46:30 2025 +0000 |
tree | 42a036271f9527090cbbef36c6aa39306e45d65b | |
parent | 1138cb1645f68aa04cc4c067e204616a416fb650 [diff] |
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;