10000 Fix build · cloudxia/async-http-client@466bd55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 466bd55

Browse files
author
Stephane Landelle
committed
Fix build
1 parent 89410aa commit 466bd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/asynchttpclient/util/AsyncHttpProviderUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public static String parseCharset(String contentType) {
516516
}
517517

518518
public static int convertExpireField(String timestring) {
519-
String trimmedTimeString = removeQuote(timestring.trim());
519+
String trimmedTimeString = removeQuotes(timestring.trim());
520520

521521
for (SimpleDateFormat sdf : simpleDateFormat.get()) {
522522
Date date = sdf.parse(trimmedTimeString, new ParsePosition(0));

0 commit comments

Comments
 (0)
0