Skip to content

Commit 87e8af3

Browse files
committed
Remove close
1 parent fbf7c54 commit 87e8af3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • server/src/main/java/com/linecorp/centraldogma/server/mirror

server/src/main/java/com/linecorp/centraldogma/server/mirror/Mirror.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,4 @@ MirrorResult mirror(File workDir, CommandExecutor executor, int maxNumFiles, lon
139139
* CentralDogma-type mirrors use this; the default implementation is a no-op.
140140
*/
141141
default void setBaseClientPool(ConcurrentHashMap<String, Object> baseClientPool) {}
142-
143-
/**
144-
* Closes the resources held by this {@link Mirror}, such as cached connections to the remote.
145-
* The default implementation is a no-op.
146-
*/
147-
default void close() {}
148142
}

0 commit comments

Comments
 (0)