Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
rockoder committed Mar 5, 2019
1 parent 9c62f1e commit b1834b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gson/src/main/java/org/baeldung/gson/entities/MyClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ public MyClass() {
strings = new String[] { "a", "b" };
}


// @Override
// public String toString() {
// return "{" +
// "id=" + id +
// ", name='" + name + '\'' +
// ", strings=" + Arrays.toString(strings) +
// '}';
// }

public int getId() {
return id;
}
Expand Down

0 comments on commit b1834b6

Please sign in to comment.