Skip to content

Commit

Permalink
Annotate overridden methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmuller authored and atermenji committed Oct 7, 2013
1 parent 8fd605a commit 43e298d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private static class UserContainer implements
/**
* @see org.eclipse.egit.github.core.IResourceProvider#getResources()
*/
@Override
public List<SearchUser> getResources() {
return users;
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/com/github/mobile/sync/SyncCampaign.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public SyncCampaign(@Assisted SyncResult syncResult) {
this.syncResult = syncResult;
}

@Override
public void run() {
List<User> orgs;
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected View initialize(View view) {
return view;
}

@Override
protected int getNumber(Issue issue) {
return issue.getNumber();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public DefaultRepositoryListAdapter registerNoSeparator(
return this;
}

@Override
protected View initialize(View view) {
view = super.initialize(view);

Expand Down

0 comments on commit 43e298d

Please sign in to comment.