Skip to content

Commit

Permalink
Merge pull request #42527 from gsmet/fix-missing-javadoc
Browse files Browse the repository at this point in the history
Fix missing javadoc
  • Loading branch information
gsmet authored Aug 13, 2024
2 parents 64f0196 + 96b107b commit 5c714a2
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 5c714a2

Please sign in to comment.