Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jan 10, 2024
1 parent 8647a69 commit de08042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface ConfigSourceInterceptorContext extends Serializable {
ConfigValue restart(String name);

/**
* {@return an iterator over the configuration names known to this interceptor.
* @return an iterator over the configuration names known to this interceptor.
*/
Iterator<String> iterateNames();

Expand Down

0 comments on commit de08042

Please sign in to comment.