Skip to content

Commit

Permalink
Typo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Oct 31, 2022
1 parent c203f51 commit 3902884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Will be used as a key for PersmissionEvaluator return types
*/
public interface IPersistentEntityTupple extends Serializable {
public interface IPersistentEntityTuple extends Serializable {

String getId();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public interface IShibUiPermissionEvaluator extends PermissionEvaluator {
* @param authentication
* @return
*/
Map<IPersistentEntityTupple, Object> getPersistentEntities(Authentication authentication);
Map<IPersistentEntityTuple, Object> getPersistentEntities(Authentication authentication);

Map<IPersistentEntityTuple, Object> getPersistentEntities(Authentication authentication, Class clazz);

Map<IPersistentEntityTupple, Object> getPersistentEntities(Authentication authentication, Class clazz);

}

0 comments on commit 3902884

Please sign in to comment.