Update comment to clarify null workername is coerced internally to empty string.
This commit is contained in:
Jan Bartel 2017-01-09 12:10:49 +11:00
parent 69babbf38c
commit e71f9442b2
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class DefaultSessionIdManager extends ContainerLifeCycle implements Sessi
* lookup the worker name that can be dynamically set by a request
* Customizer.
*
* @param workerName the name of the worker
* @param workerName the name of the worker, if null it is coerced to empty string
*/
public void setWorkerName(String workerName)
{