Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 14, 2023
1 parent e2f736a commit 48d67a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public <T> T getConfigMapping(Class<T> 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<String> getPropertyNames() {
Expand Down

0 comments on commit 48d67a1

Please sign in to comment.