1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-09 07:28:55 +00:00

Compare commits

..

No commits in common. "2db26fe540ed1459c8a2e68fc62f94a94c9af532" and "f733f4eefe21460bd7a6cc4d5fa0c03b331b4475" have entirely different histories.

View File

@ -237,10 +237,6 @@ public class RemoteOperationResult<T>
httpMethod.getResponseBodyAsString(),
ResultCode.SPECIFIC_METHOD_NOT_ALLOWED
);
break;
case HttpConstants.HTTP_TOO_EARLY:
mCode = ResultCode.TOO_EARLY;
break;
default:
break;
}
@ -587,7 +583,6 @@ public class RemoteOperationResult<T>
SPECIFIC_SERVICE_UNAVAILABLE,
SPECIFIC_UNSUPPORTED_MEDIA_TYPE,
SPECIFIC_METHOD_NOT_ALLOWED,
SPECIFIC_BAD_REQUEST,
TOO_EARLY,
SPECIFIC_BAD_REQUEST
}
}