fixed Sonar issues

This commit is contained in:
Timo Westkämper 2011-07-04 08:30:43 +00:00
parent 6fdf826067
commit c627fe273f

View File

@ -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) {