Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Musum committed Sep 4, 2024
1 parent 59b06f9 commit 2f9620f
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
* @author Ulf Lilleengen
*/
public interface FileDistribution {
/**
* Notifies client which file references to download. Used to start downloading early (while
* preparing application package).
*
* @param hostName host which should be notified about file references to download
* @param port port which should be used when notifying
* @param fileReferences set of file references to start downloading
*/
// TODO: Remove when 8.399 is oldest config model version in use
default void startDownload(String hostName, int port, Set<FileReference> fileReferences) {
triggerDownload(hostName, port, fileReferences);
}

/**
* Notifies client which file references to download. Used to trigger downloading early (while
Expand Down

0 comments on commit 2f9620f

Please sign in to comment.