Skip to content

Commit

Permalink
Update src/main/java/org/webjars/WebJarVersionLocator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward authored Jan 28, 2025
1 parent 85baccf commit 5ed05f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/webjars/WebJarVersionLocator.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public String path(final String webJarName, final String filePath) {
*
* <p>Custom WebJars can be registered by using a {@code webjars-locator.properties} file. See {@link WebJarVersionLocator} for details.
*
* @param webJarName The name of the WebJar
* @param webJarName The name of the WebJar (the Maven artifact ID)
* @return The version of the WebJar; or null if no version is found
* @see WebJarVersionLocator
*/
Expand Down

0 comments on commit 5ed05f2

Please sign in to comment.