Skip to content

Commit b1834b6

Browse files
committed
minor change
1 parent 9c62f1e commit b1834b6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

gson/src/main/java/org/baeldung/gson/entities/MyClass.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ public MyClass() {
99
strings = new String[] { "a", "b" };
1010
}
1111

12-
13-
// @Override
14-
// public String toString() {
15-
// return "{" +
16-
// "id=" + id +
17-
// ", name='" + name + '\'' +
18-
// ", strings=" + Arrays.toString(strings) +
19-
// '}';
20-
// }
21-
2212
public int getId() {
2313
return id;
2414
}

0 commit comments

Comments
 (0)