From 48d67a1ee2b015e884282f43be133db6aa288856 Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Thu, 14 Sep 2023 16:05:23 +0100 Subject: [PATCH] Fixed javadoc --- .../src/main/java/io/smallrye/config/SmallRyeConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java b/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java index 2a32fda5e..6ae6d5200 100644 --- a/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java +++ b/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java @@ -417,7 +417,7 @@ public T getConfigMapping(Class type, String prefix) { * {@link SmallRyeConfigBuilder#build()}. * * @return the cached names of all configured keys of the underlying configuration - * @see {@link SmallRyeConfig#getLatestPropertyNames()} + * @see SmallRyeConfig#getLatestPropertyNames() */ @Override public Iterable getPropertyNames() {