Skip to content

Commit

Permalink
Remove spring import.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Jan 3, 2025
1 parent 7abb33c commit fa4f630
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
import org.camunda.bpm.webapp.impl.security.auth.Authentication;
import org.camunda.bpm.webapp.impl.security.filter.RequestMatcher.Match;
import org.camunda.bpm.webapp.impl.security.filter.util.FilterRules;
import org.springframework.util.PathMatcher;

/**
* <p>A {@link SecurityFilterRule} that deleagates to a set of {@link PathMatcher}s</p>
* <p>A {@link SecurityFilterRule} that delegates to a set of path matchers</p>
*
* <p>How this thing works:
* <ul>
Expand Down

0 comments on commit fa4f630

Please sign in to comment.