Skip to content

Commit 53103d1

Browse files
author
Stephane Landelle
committed
setTimeConverter should return the builder
1 parent b88baca commit 53103d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/ning/http/client/AsyncHttpClientConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,9 @@ public Builder setMaxConnectionLifeTimeInMs(int maxConnectionLifeTimeInMs) {
10281028
return this;
10291029
}
10301030

1031-
public void setTimeConverter(TimeConverter timeConverter) {
1031+
public Builder setTimeConverter(TimeConverter timeConverter) {
10321032
this.timeConverter = timeConverter;
1033+
return this;
10331034
}
10341035

10351036
/**

0 commit comments

Comments
 (0)