Skip to content

Commit

Permalink
Merge pull request #8 from Nuvoex/dummy
Browse files Browse the repository at this point in the history
dummy
  • Loading branch information
dilipvinu authored Sep 16, 2016
2 parents 0e9d5be + 048b4ad commit 8de8ca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,10 @@ public void retryApiCall() {
public interface RetryApiCallback {
void retry();
}

public void dummy() {
int dummy = 0;
dummy = dummy + 3;
Timber.d("Dummy is " + String.valueOf(dummy));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.squareup.leakcanary.RefWatcher;

import icepick.Icepick;
import timber.log.Timber;

/**
* All Fragments must extend From BaseFragment.
Expand Down

0 comments on commit 8de8ca1

Please sign in to comment.