mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added Nullables
This commit is contained in:
parent
f4bd3ba3e8
commit
1f1116ff3f
@ -43,6 +43,7 @@ public class TypeExtends extends TypeAdapter{
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getVarName(){
|
||||
return varName;
|
||||
}
|
||||
|
||||
@ -50,6 +50,7 @@ public class TypeSuper extends TypeAdapter{
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getVarName(){
|
||||
return varName;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user