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() {