From 141371f6d0cf98816da333b4656e36a7d7de9716 Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 4 Oct 2018 10:19:21 +0200 Subject: Remove deprication tag as it leads to compile errors --- .../yahoo/vespa/hosted/controller/api/integration/dns/NameService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'controller-api') diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java index 356bdeecfc8..c2bd8adf512 100644 --- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java +++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/dns/NameService.java @@ -20,8 +20,7 @@ public interface NameService { */ RecordId createCname(RecordName alias, RecordData canonicalName); - /** Find record by type and name */ - @Deprecated + /** Find record by type and name - will throw exception if more tha one record matches */ Optional findRecord(Record.Type type, RecordName name); /** Find record by type and name - may return multiple records */ -- cgit v1.2.3