Skip to content

Commit

Permalink
Fix missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 13, 2024
1 parent 64f0196 commit 96b107b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ interface PathCacheConfig {
interface ClaimInformationPointConfig {

/**
*
* Complex config.
*/
@WithParentName
Map<String, Map<String, Map<String, String>>> complexConfig();

/**
*
* Simple config.
*/
@WithParentName
Map<String, Map<String, String>> simpleConfig();
Expand Down

0 comments on commit 96b107b

Please sign in to comment.