Issue #1223
Update comment to clarify null workername is coerced internally to empty string.
This commit is contained in:
parent
69babbf38c
commit
e71f9442b2
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue