Skip to content

Commit

Permalink
Add forgotten change (MID-6344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 25, 2020
1 parent 52d751e commit 107d4a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -271,7 +271,7 @@ public boolean isVisible() {
initAssignments();
}

private PrismObject<UserType> loadUser() {
private PrismObject<? extends FocusType> loadFocus() {
MidPointPrincipal principal = SecurityUtils.getPrincipalUser();
Validate.notNull(principal, "No principal");
if (principal.getOid() == null) {
Expand Down

0 comments on commit 107d4a6

Please sign in to comment.