Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
linsonzhao committed Mar 22, 2015
1 parent eff8033 commit 0dfd176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySQLite/src/com/android/mysqlite/Comment.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void setComment(String comment) {

@Override
public String toString() {
return comment;
return String.valueOf(id) + comment;
}

}

0 comments on commit 0dfd176

Please sign in to comment.