Skip to content

Commit

Permalink
Add Javadoc since tags in FilePatternResourceHintsRegistrar
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and sdeleuze committed Sep 5, 2023
1 parent 278f228 commit 73766c0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ public FilePatternResourceHintsRegistrar(List<String> names, List<String> locati
* {@linkplain Builder#withClasspathLocations(String...) classpath locations}.
* @param locations the classpath locations
* @return a {@link Builder} to further configure the registrar
* @since 6.0.12
*/
public static Builder forClassPathLocations(String... locations) {
Assert.notEmpty(locations, "At least one classpath location should be specified");
Expand All @@ -91,6 +92,7 @@ public void registerHints(ResourceHints hints, @Nullable ClassLoader classLoader

/**
* Builder for {@link FilePatternResourceHintsRegistrar}.
* @since 6.0.12
*/
public static final class Builder {

Expand Down

0 comments on commit 73766c0

Please sign in to comment.