Skip to content

Commit

Permalink
added a simple Repository.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jan 21, 2015
1 parent b6060b1 commit e3ad716
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,10 @@ public boolean equals(final Object obj) {
}
return true;
}

@Override
public String toString() {
return "Repository [id=" + id + ", htmlUrl=" + htmlUrl + "]";
}

}

0 comments on commit e3ad716

Please sign in to comment.