This commit is contained in:
@@ -659,6 +659,8 @@ public final class EntityInfo<T> {
|
|||||||
o = ((Number) o).byteValue();
|
o = ((Number) o).byteValue();
|
||||||
} else if (t == char.class) {
|
} else if (t == char.class) {
|
||||||
o = (char) ((Number) o).intValue();
|
o = (char) ((Number) o).intValue();
|
||||||
|
} else if (t == boolean.class) {
|
||||||
|
o = (Boolean) o;
|
||||||
}
|
}
|
||||||
} else if (t == int.class) {
|
} else if (t == int.class) {
|
||||||
o = 0;
|
o = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user