From 6e6882ae2e0a3002ee03a3d9604d504bfa477018 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Fri, 6 Nov 2020 09:47:21 +0100 Subject: Fix minor stuff found while reading code, no functional changes --- .../java/com/yahoo/config/model/api/ConfigChangeRefeedAction.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config-model-api') diff --git a/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeRefeedAction.java b/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeRefeedAction.java index 1f3cb1ef83d..c5a7bd030e2 100644 --- a/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeRefeedAction.java +++ b/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeRefeedAction.java @@ -1,4 +1,4 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.config.model.api; /** @@ -12,8 +12,7 @@ public interface ConfigChangeRefeedAction extends ConfigChangeAction { default Type getType() { return Type.REFEED; } /** Returns the name identifying this kind of change, used to identify names which should be allowed */ - // Remove this default implementation when model versions earlier than 5.125 are gone - default String name() { return ""; } + String name(); /** Returns the name of the document type that one must re-feed to handle this config change */ String getDocumentType(); -- cgit v1.2.3