Skip to content

Commit

Permalink
Merge pull request #531 from it-at-m/217-typo-bezirkpermissionevaluator
Browse files Browse the repository at this point in the history
typo bezirkIdPermissionEvaluator fixed
  • Loading branch information
GerhardPx authored Nov 12, 2024
2 parents d86ae6b + 54d3e93 commit 59d82d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.security.core.Authentication;
import org.springframework.stereotype.Component;

@Component(value = "bezirkIdPermisionEvaluator")
@Component(value = "bezirkIdPermissionEvaluator")
@Profile("!" + Profiles.NO_BEZIRKS_ID_CHECK)
public class BezirkIDPermissionEvaluatorImpl implements BezirkIDPermissionEvaluator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.security.core.Authentication;
import org.springframework.stereotype.Component;

@Component(value = "bezirkIdPermisionEvaluator")
@Component(value = "bezirkIdPermissionEvaluator")
@Profile(Profiles.NO_BEZIRKS_ID_CHECK)
public class DummyBezirkIdPermissionEvaluatorImpl implements BezirkIDPermissionEvaluator {

Expand Down

0 comments on commit 59d82d7

Please sign in to comment.