Skip to content

Commit

Permalink
Renamed getLatestUpdate to withListener
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Feb 5, 2016
1 parent a1ce9d2 commit f0079b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public AppUpdaterUtils setGitHubUserAndRepo(String user, String repo) {
* @return this
* @see com.github.javiersantos.appupdater.AppUpdaterUtils.AppUpdaterListener
*/
public AppUpdaterUtils getLatestUpdate(AppUpdaterListener appUpdaterListener) {
public AppUpdaterUtils withListener(AppUpdaterListener appUpdaterListener) {
this.appUpdaterListener = appUpdaterListener;
return this;
}
Expand Down

0 comments on commit f0079b2

Please sign in to comment.