code cleanup
This commit is contained in:
parent
a5ed8a1850
commit
9e82fac386
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ public final class Exam implements GrantEntity {
|
|||
}
|
||||
return result;
|
||||
} else {
|
||||
return null;
|
||||
return Collections.emptyList();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue