mattrpav commented on code in PR #1093:
URL: https://github.com/apache/wicket/pull/1093#discussion_r1937559393
##########
wicket-core/src/main/java/org/apache/wicket/settings/JavaScriptLibrarySettings.java:
##########
@@ -73,9 +75,9 @@ public ResourceReference getWicketAjaxReference()
* a reference to the implementation of wicket-ajax.js
* @return {@code this} object for chaining
*/
- public JavaScriptLibrarySettings
setWicketAjaxReference(ResourceReference wicketAjaxReference)
+ public JavaScriptLibrarySettings setWicketAjaxReference(@Nonnull
ResourceReference wicketAjaxReference)
{
this.wicketAjaxReference = Args.notNull(wicketAjaxReference,
"wicketAjaxReference");
return this;
}
-}
\ No newline at end of file
+}
Review Comment:
Code style EOF new line
--
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]