[OLINGO-1413] Comment on thread-safty of ODataHandlerImpl

This commit is contained in:
mibo 2022-02-26 08:38:51 +01:00
parent 69e0f0af1f
commit 9be30316b1
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ import org.apache.olingo.server.core.uri.queryoption.FormatOptionImpl;
import org.apache.olingo.server.core.uri.validator.UriValidationException;
import org.apache.olingo.server.core.uri.validator.UriValidator;
/**
* This class is not thread-safe.
* Whenever used create a new instance per thread and not reuse the created instance.
*/
public class ODataHandlerImpl implements ODataHandler {
private final OData odata;