Browse Source

Fixed broken build

David A. Velasco 11 năm trước cách đây
mục cha
commit
a8f70cf823

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountTypeUtils.java

@@ -24,7 +24,7 @@ package com.owncloud.android.oc_framework.accounts;
  */
 public class AccountTypeUtils {
 
-    public static String getAuthTokenTypePass(String baseAuthTokenType) {
+    public static String getAuthTokenTypePass(String accountType) {
         return accountType + ".password";
     }