minor change

This commit is contained in:
Ganesh Pagade 2019-03-05 22:29:31 +05:30
parent 9c62f1ea0c
commit b1834b6d96
1 changed files with 0 additions and 10 deletions

View File

@ -9,16 +9,6 @@ public class MyClass {
strings = new String[] { "a", "b" };
}
// @Override
// public String toString() {
// return "{" +
// "id=" + id +
// ", name='" + name + '\'' +
// ", strings=" + Arrays.toString(strings) +
// '}';
// }
public int getId() {
return id;
}