reiern70 commented on code in PR #682:
URL: https://github.com/apache/wicket/pull/682#discussion_r1379185468
##########
wicket-core/src/main/java/org/apache/wicket/settings/FrameworkSettings.java:
##########
@@ -68,7 +88,7 @@ public FrameworkSettings(final Application application)
* Gets the Wicket version. The Wicket version is in the same format as
the version element in
* the pom.xml file (project descriptor). The version is generated by
maven in the build/release
* cycle and put in the /META-INF/MANIFEST.MF file located in the root
folder of the Wicket jar.
- *
+ * <p></p>
Review Comment:
Done.
##########
wicket-core/src/main/java/org/apache/wicket/settings/FrameworkSettings.java:
##########
@@ -129,26 +149,30 @@ public FrameworkSettings add(IEventDispatcher dispatcher)
return this;
}
+ /**
+ * @return Returns <code>true</code> if there is at least one event
dispatcher
+ */
+ public final boolean hasAnyAnyEventDispatchers()
Review Comment:
Done
--
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]