code cleanup

This commit is contained in:
anhefti 2024-03-18 13:16:09 +01:00
parent a5ed8a1850
commit 9e82fac386

View file

@ -281,7 +281,7 @@ public final class Exam implements GrantEntity {
}
return result;
} else {
return null;
return Collections.emptyList();
}
}