Skip to content

Ensure MessageTreeImpl#contains() is thread-safe

akwizgran requested to merge message-tree-thread-safety into master

Spotted an unsynchronized method while looking at this class. Also added thread-safety annotations and fixed a lint warning.

Merge request reports