Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f8904dc

Browse files
committed
Make get cookies static
1 parent 654efea commit f8904dc

File tree

1 file changed

+1
-1
lines changed
  • owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/http

1 file changed

+1
-1
lines changed

owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/http/HttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static LogInterceptor getLogInterceptor() {
136136
return sLogInterceptor;
137137
}
138138

139-
public List<Cookie> getCookiesFromUrl(HttpUrl httpUrl) {
139+
public static List<Cookie> getCookiesFromUrl(HttpUrl httpUrl) {
140140
return sCookieStore.get(httpUrl.host());
141141
}
142142

0 commit comments

Comments
 (0)