-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
15 additions
and
30 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
app/src/main/java/es/ffgiraldez/comicsearch/ReplaceToVoid.java
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
app/src/main/java/es/ffgiraldez/comicsearch/rx/Replacements.java
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package es.ffgiraldez.comicsearch.rx; | ||
|
||
import es.ffgiraldez.comicsearch.ReplaceToVoid; | ||
import rx.functions.Func1; | ||
|
||
public class Replacements { | ||
public static Func1<Object, Void> returnVoid() { | ||
return new ReplaceToVoid(); | ||
} | ||
} |
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