Skip to content

Commit 26177f6

Browse files
committed
Improved base package implementation (java)
1 parent 773ffe1 commit 26177f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/src/main/java/com/gaston/macbook/simplemvp/domain/interactor/ApodDetailsInteractor.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public interface onDetailsFetched {
2020
void onFailure();
2121
}
2222

23-
2423
public void getApodDataFromRemote(final onDetailsFetched listener){
2524

2625
Retrofit retrofit = new Retrofit.Builder()

0 commit comments

Comments
 (0)