...
This ensures that threads do not see a compromised Publisher instance. The num variable is also declared as { final; consequently, the class is immutable.
Noncompliant Code Example (handlers)
...
...
This ensures that threads do not see a compromised Publisher instance. The num variable is also declared as { final; consequently, the class is immutable.
...