mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Extra normalization, otherwise compatibility is not guaranteed.
This commit is contained in:
parent
ce2c062b44
commit
7779515f59
@ -134,7 +134,7 @@ public class ConstructorUtils {
|
||||
|
||||
private static Class<?> normalize(Class<?> clazz) {
|
||||
if (clazz.isArray()) {
|
||||
return clazz.getComponentType();
|
||||
clazz = clazz.getComponentType();
|
||||
}
|
||||
return Primitives.wrap(clazz);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user