Skip to content

Commit

Permalink
Missing the review text... duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Chandler committed Mar 20, 2012
1 parent 2954c8b commit d703ebc
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -20,6 +20,10 @@ public String getUrl() {
return reviewObj.getUrl().toString();
}

public String getText() {
return reviewObj.getText();
}

public Date getDate() {
return reviewObj.getDate();
}
Expand Down

0 comments on commit d703ebc

Please sign in to comment.