Skip to content

Commit fa80b07

Browse files
author
Vladimir Kotal
committed
add docs
1 parent 94cc562 commit fa80b07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,8 @@ public void setAuthorizationFramework(AuthorizationFramework fw) {
16181618
* Re-apply the configuration.
16191619
* @param reindex is the message result of reindex
16201620
* @param cmdType command timeout type
1621+
* @see #applyConfig(org.opengrok.indexer.configuration.Configuration,
1622+
* boolean, CommandTimeoutType) applyConfig(config, reindex, cmdType)
16211623
*/
16221624
public void applyConfig(boolean reindex, CommandTimeoutType cmdType) {
16231625
applyConfig(configuration, reindex, cmdType);
@@ -1651,6 +1653,9 @@ public void applyConfig(String configuration, boolean reindex, CommandTimeoutTyp
16511653
* have come from the Indexer (in which case some extra work is needed) or
16521654
* is it just a request to set new configuration in place.
16531655
*
1656+
* The classes that have registered their listener will be pinged here.
1657+
* @see ConfigurationChangedListener
1658+
*
16541659
* @param config the incoming configuration
16551660
* @param reindex is the message result of reindex
16561661
* @param cmdType command timeout type

0 commit comments

Comments
 (0)