mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
fix type error
This commit is contained in:
@@ -48,7 +48,7 @@ import static com.owncloud.android.lib.common.operations.RemoteOperationResult.R
|
||||
* @author David González Verdugo
|
||||
*/
|
||||
|
||||
public class GetRemoteUserInfoOperation extends RemoteOperation {
|
||||
public class GetRemoteUserInfoOperation extends RemoteOperation<GetRemoteUserInfoOperation.UserInfo> {
|
||||
|
||||
private static final String TAG = GetRemoteUserInfoOperation.class.getSimpleName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user