mattrpav commented on code in PR #1093:
URL: https://github.com/apache/wicket/pull/1093#discussion_r1937596662
##########
wicket-core/src/main/java/org/apache/wicket/request/resource/caching/FilenameWithVersionResourceCachingStrategy.java:
##########
@@ -83,8 +85,8 @@ public
FilenameWithVersionResourceCachingStrategy(IResourceVersion resourceVersi
*
* @see
#FilenameWithVersionResourceCachingStrategy(org.apache.wicket.request.resource.caching.version.IResourceVersion)
*/
- public FilenameWithVersionResourceCachingStrategy(String versionPrefix,
- IResourceVersion
resourceVersion)
+ public FilenameWithVersionResourceCachingStrategy(@Nonnull String
versionPrefix,
+ @Nonnull
IResourceVersion resourceVersion)
Review Comment:
Double check for unintended whitespace
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]