Handy-URI-Templates
Handy-URI-Templates copied to clipboard
Thread Safety
Can there be a statement made as to thread safety of this library? Specifically, I'm looking for a statement in the Javadoc of UriTemplate and the homepage of the github repository.
Thanks.
Looking at the code of UriTemplate
I would categorize it as non-threadsafe, since it is mutable without synchronization. Furthermore, an instance of UriTemplate
doesn't seem to be intended for reuse.
OK, can a documentation change be made directly by a committer? Alternatively, I am happy to offer a pull request, if that is easiest.
@taftster Offer a PR, that is the easiest