summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-02-02 00:30:53 +0100
committergjoranv <gv@verizonmedia.com>2022-02-02 00:30:53 +0100
commitf11550dbab6e9b213ab141a8183935746ad6cc7f (patch)
tree342c36a572df969c65e667b53022a784cd81d608 /vespaclient-core
parentf25710e1a9fd18e63b2124e4e7a2367c8807a77d (diff)
Add SuppressWarnings for removal of config.subscription types.
Diffstat (limited to 'vespaclient-core')
-rw-r--r--vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java b/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
index edf51d1bcd6..e5da51f0918 100644
--- a/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
+++ b/vespaclient-core/src/main/java/com/yahoo/feedapi/MessagePropertyProcessor.java
@@ -20,6 +20,7 @@ import java.util.logging.Logger;
* Utility class for assigning properties to messages, either from implicit
* config values or from explicit values in requests.
*/
+@SuppressWarnings("removal") // TODO Vespa 8: remove
public class MessagePropertyProcessor implements ConfigSubscriber.SingleSubscriber<FeederConfig> {
private static final Logger log = Logger.getLogger(MessagePropertyProcessor.class.getName());