From a7a8f9822082e533096e5bdecc531cbaea0f3931 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Wed, 10 Apr 2019 17:43:54 +0200 Subject: HONEYCOMB-448: JAVA 11 support - updated dependencies - compilation error fixes Change-Id: Iad9d353d06c113a0da892ff11a442e4b41edae0d Signed-off-by: Michal Cmarada --- .../java/io/fd/honeycomb/translate/spi/read/InitializingCustomizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/translate-spi') diff --git a/infra/translate-spi/src/main/java/io/fd/honeycomb/translate/spi/read/InitializingCustomizer.java b/infra/translate-spi/src/main/java/io/fd/honeycomb/translate/spi/read/InitializingCustomizer.java index ce4b2a6e9..5d90166a4 100644 --- a/infra/translate-spi/src/main/java/io/fd/honeycomb/translate/spi/read/InitializingCustomizer.java +++ b/infra/translate-spi/src/main/java/io/fd/honeycomb/translate/spi/read/InitializingCustomizer.java @@ -23,7 +23,7 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; /** * ReadCustomizers which want to participate in the initializing process need to implement this interface. - *

+ * * It is triggered after Honeycomb initializes the plugins to give them a change * reconcile(put data in HC in sync with underlying layer) with the underlying layer. */ -- cgit 1.2.3-korg