-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Added DSL Feature for creating dispatch queues"
This reverts commit 33ccb41.
- Loading branch information
1 parent
33ccb41
commit 0ac7248
Showing
4 changed files
with
0 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
package com.tonyodev.dispatcherapp | ||
|
||
import com.tonyodev.dispatch.DispatchQueue | ||
import retrofit2.Call | ||
import retrofit2.http.GET | ||
|
||
interface TestService { | ||
|
||
@GET("/todos") | ||
fun getSampleJson(): DispatchQueue<List<TestJsonData>> | ||
|
||
@GET("/todos") | ||
fun getData(): Call<List<TestJsonData>> | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
dispatch/src/main/java/com/tonyodev/dispatch/DispatchQueueDSLBuilder.kt
This file was deleted.
Oops, something went wrong.