Skip to content

Commit

Permalink
User Substitution enhancement jmix-projects/jmix-security#111
Browse files Browse the repository at this point in the history
Fix javadoc
  • Loading branch information
gorbunkov committed Oct 7, 2021
1 parent bff6572 commit b39c32f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface UserSubstitutionProvider {

/**
* Method returns a collection of {@link UserSubstitution} available for the given {@code username} and active at
* the given {@code date}. If {@link UserSubstitution#startDate} and {@link {@link UserSubstitution#endDate}} are
* the given {@code date}. If {@link UserSubstitution#startDate} and {@link UserSubstitution#endDate} are
* null then this substitution is considered active.
*/
Collection<UserSubstitution> getUserSubstitutions(String username, Date date);
Expand Down

0 comments on commit b39c32f

Please sign in to comment.