Skip to content

Commit

Permalink
Update core/processor/src/main/java/io/quarkus/annotation/processor/g…
Browse files Browse the repository at this point in the history
…enerate_doc/ConfigDocItemFinder.java

Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
radcortez and gsmet committed Jul 22, 2024
1 parent b3d1add commit 4a88da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ private List<ConfigDocItem> recursivelyFindConfigItems(Element element, String r
break;
}
}
// We many want to merge the metadata, but let's keep this simple for now
// We may want to merge the metadata, but let's keep this simple for now
if (parent != null) {
configDocItems.remove(parent);
}
Expand Down

0 comments on commit 4a88da1

Please sign in to comment.