Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janvde authored Sep 4, 2017
1 parent 0bb8947 commit eb74a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ service.getSearchResponseRx(searchRequest.toUrl())

@Override
public void onSuccess(SearchResponse searchResponse) {
Log.d("DEBUG, "onSuccess() called with: searchResponse = [" + searchResponse.toString + "]");
Log.d("DEBUG", "onSuccess() called with: searchResponse = [" + searchResponse.toString + "]");
}

@Override
Expand Down

0 comments on commit eb74a05

Please sign in to comment.