We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb66f7 commit cf2a4bbCopy full SHA for cf2a4bb
api/src/main/java/org/asynchttpclient/config/AsyncHttpClientConfigHelper.java
@@ -81,7 +81,7 @@ public long getLong(String key) {
81
return Long.parseLong(getString(key));
82
}
83
84
- public int getInteger(String key) {
+ public Integer getInteger(String key) {
85
String s = getString(key);
86
return s != null ? Integer.valueOf(s) : null;
87
0 commit comments