From f1de9102c79fb4c07c2a291c9318aa6605fa4d03 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 27 Nov 2020 14:41:09 +0000 Subject: Use explicit on the right places. --- documentapi/src/vespa/documentapi/messagebus/routablerepository.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentapi/src') diff --git a/documentapi/src/vespa/documentapi/messagebus/routablerepository.h b/documentapi/src/vespa/documentapi/messagebus/routablerepository.h index 04240b99bd7..1b043e2b6f8 100644 --- a/documentapi/src/vespa/documentapi/messagebus/routablerepository.h +++ b/documentapi/src/vespa/documentapi/messagebus/routablerepository.h @@ -45,7 +45,7 @@ public: /** * Constructs a new routable repository. */ - explicit RoutableRepository(); + RoutableRepository(); /** * Decodes a {@link Routable} from the given byte array. This uses the content of the byte array to -- cgit v1.2.3