[OLINGO-1413] Comment on thread-safty of ODataHandlerImpl
This commit is contained in:
parent
69e0f0af1f
commit
9be30316b1
|
@ -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.UriValidationException;
|
||||||
import org.apache.olingo.server.core.uri.validator.UriValidator;
|
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 {
|
public class ODataHandlerImpl implements ODataHandler {
|
||||||
|
|
||||||
private final OData odata;
|
private final OData odata;
|
||||||
|
|
Loading…
Reference in New Issue