Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Sep 17, 2024
1 parent ba25e18 commit bf410be
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public ComponentCategory getCategory() {
private static final Logger LOGGER = Logger.getLogger(OtherConfigFilesComponent.class.getName());

/**
* Extension to contribute to the list of configuration files to filter.
* Extension to contribute to the list of configuration files to filter. A file need to be accepted by all
* {@link ConfigFilesFilter} implementations to be included in the content.
*/
public interface ConfigFilesFilter extends ExtensionPoint {

Expand All @@ -127,7 +128,7 @@ static FilenameFilter getAllFileFilter() {
}

/**
* Return the a {@link java.io.FilenameFilter} of files to accept in the {@link OtherConfigFilesComponent}.
* Return a {@link java.io.FilenameFilter} to filter out files from {@link OtherConfigFilesComponent}.
* @return a {@link java.io.FilenameFilter}
*/
@NonNull
Expand Down

0 comments on commit bf410be

Please sign in to comment.