diff --git a/core/src/main/java/org/apache/struts2/components/Div.java b/core/src/main/java/org/apache/struts2/components/Div.java index 4366d3c68..43109a992 100644 --- a/core/src/main/java/org/apache/struts2/components/Div.java +++ b/core/src/main/java/org/apache/struts2/components/Div.java @@ -69,15 +69,15 @@ import com.opensymphony.xwork2.util.ValueStack; * 'formFilter' is the name of a function which will be used to filter the fields that will be * seralized. This function takes as a parameter the element and returns true if the element * should be included.
- * 'updateFreq' sets(in milliseconds) the update interval. - * 'autoStart' if set to true(true by default) starts the timer automatically - * 'startTimerListenTopics' is a comma-separated list of topics used to start the timer - * 'stopTimerListenTopics' is a comma-separated list of topics used to stop the timer - * 'listenTopics' comma separated list of topics names, that will trigger a request - * 'indicator' element to be shown while the request executing + * 'updateFreq' sets(in milliseconds) the update interval. + * 'autoStart' if set to true(true by default) starts the timer automatically + * 'startTimerListenTopics' is a comma-separated list of topics used to start the timer + * 'stopTimerListenTopics' is a comma-separated list of topics used to stop the timer + * 'listenTopics' comma separated list of topics names, that will trigger a request + * 'indicator' element to be shown while the request executing * 'showErrorTransportText': whether errors should be displayed (on 'targets') * 'showLoadingText' show loading text on targets - * 'notifyTopics' comma separated list of topics names, that will be published. Three parameters are passed: + * 'notifyTopics' comma separated list of topics names, that will be published. Three parameters are passed: *