Skip to content

Commit 29c0d09

Browse files
authored
add httpCookieSpec
1 parent 1ce4dc9 commit 29c0d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/internal/http/HttpConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Builder useSsl(final Boolean useSsl) {
130130

131131
public Builder httpCookieSpec(String httpCookieSpec) {
132132
this.httpCookieSpec = httpCookieSpec;
133-
eturn this;
133+
return this;
134134
}
135135

136136
public Builder contentType(final Protocol contentType) {

0 commit comments

Comments
 (0)