1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

Rename getAuthernticateHeader method

This commit is contained in:
davigonz 2017-06-30 13:02:28 +02:00 committed by David A. Velasco
parent f6ee1a15cb
commit 2df2cde466

View File

@ -561,7 +561,7 @@ public class RemoteOperationResult implements Serializable {
return (mRedirectedLocation != null && !(mRedirectedLocation.toLowerCase().startsWith("https://"))); return (mRedirectedLocation != null && !(mRedirectedLocation.toLowerCase().startsWith("https://")));
} }
public ArrayList<String> getAuthenticateHeader() { public ArrayList<String> getAuthenticateHeaders() {
return mAuthenticate; return mAuthenticate;
} }