mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
fixed Sonar issues
This commit is contained in:
parent
6fdf826067
commit
c627fe273f
@ -149,6 +149,8 @@ public final class Alias {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Nullable
|
||||
private static <D, P extends Path<D>> P getPath(D arg) {
|
||||
P rv = aliasFactory.<P>getCurrentAndReset();
|
||||
if (rv != null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user