8000 fixed RequestContext.EMPTY · rashtao/arangodb-java-driver@b42e9c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b42e9c1

Browse files
committed
fixed RequestContext.EMPTY
1 parent 3e3065a commit b42e9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/arangodb/RequestContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public interface RequestContext {
1111

12-
RequestContext EMPTY = new RequestContextImpl(null);
12+
RequestContext EMPTY = new RequestContextImpl();
1313

1414
/**
1515
* @return the stream transaction id of the request (if any) or {@code null}

0 commit comments

Comments
 (0)
0