Skip to content

Commit 70c5cf3

Browse files
authored
Merge pull request #565 from dropbox/misc/fix-dbxrequest-api
Update ABI for DbxRequest
2 parents 9e3a187 + f51e5e8 commit 70c5cf3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/api/core.api

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ public class com/dropbox/core/DbxPKCEWebAuth {
135135
public fun finishFromRedirect (Ljava/lang/String;Lcom/dropbox/core/DbxSessionStore;Ljava/util/Map;)Lcom/dropbox/core/DbxAuthFinish;
136136
}
137137

138-
public abstract interface class com/dropbox/core/DbxRequest {
139-
public abstract fun call ()Ljava/lang/Object;
138+
public abstract interface class com/dropbox/core/DbxRequest : java/util/concurrent/Callable {
140139
}
141140

142141
public class com/dropbox/core/DbxRequestConfig {

0 commit comments

Comments
 (0)