Skip to content

Commit

Permalink
Use better variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Siebert committed Apr 22, 2014
1 parent 8e5fd8e commit 03229bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

public interface ActionBarInterface {

void setActionBarTitle(final String string, final String tag);
void setActionBarTitle(final String title, final String tag);

void setActionBarSubtitle(final String string, final String tag);
void setActionBarSubtitle(final String subtitle, final String tag);

void setActionBarIcon(final Channel channel, final String tag);
}

0 comments on commit 03229bf

Please sign in to comment.