summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/model/api/FileDistribution.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/model/api/FileDistribution.java b/config-model-api/src/main/java/com/yahoo/config/model/api/FileDistribution.java
index 77d7d557520..53d1bb09758 100644
--- a/config-model-api/src/main/java/com/yahoo/config/model/api/FileDistribution.java
+++ b/config-model-api/src/main/java/com/yahoo/config/model/api/FileDistribution.java
@@ -24,7 +24,7 @@ public interface FileDistribution {
* @param hostName host which should be notified about file references to download
* @param fileReferences set of file references to start downloading
*/
- // TODO: Remove when 6.170 is the last version in use
+ // TODO: Remove when 6.197 is the last version in use
void startDownload(String hostName, Set<FileReference> fileReferences);
/**