minor change
This commit is contained in:
parent
9c62f1ea0c
commit
b1834b6d96
|
@ -9,16 +9,6 @@ public class MyClass {
|
||||||
strings = new String[] { "a", "b" };
|
strings = new String[] { "a", "b" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// @Override
|
|
||||||
// public String toString() {
|
|
||||||
// return "{" +
|
|
||||||
// "id=" + id +
|
|
||||||
// ", name='" + name + '\'' +
|
|
||||||
// ", strings=" + Arrays.toString(strings) +
|
|
||||||
// '}';
|
|
||||||
// }
|
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue