Skip to content

Commit

Permalink
Document thread-safety limitation of NamespacedHierarchicalStore
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed May 6, 2024
1 parent cc75ea7 commit bd388d0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -37,7 +37,8 @@
* {@link #NamespacedHierarchicalStore(NamespacedHierarchicalStore, CloseAction)}
* constructor.
*
* <p>This class is thread-safe.
* <p>This class is thread-safe. Please note, however, that thread safety is
* not guaranteed while the {@link #close()} method is being invoked.
*
* @param <N> Namespace type
* @since 1.10
Expand Down

0 comments on commit bd388d0

Please sign in to comment.