|
Change Parameter Type age : int to age : short in method public SimplePerson(personNum long, firstName String, lastName String, age short, married boolean, height long, weight float, birthDate Date, phones List<String>) in class org.apache.ignite.tests.pojos.SimplePerson |
From |
To |
|
Change Parameter Type age : int to age : short in method public setAge(age short) : void in class org.apache.ignite.tests.pojos.Person |
From |
To |
|
Change Parameter Type age : int to age : short in method public Person(personNum long, firstName String, lastName String, age short, married boolean, height long, weight float, birthDate Date, phones List<String>) in class org.apache.ignite.tests.pojos.Person |
From |
To |