Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Sep 3, 2024
1 parent ef82cae commit 068f4ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

@Aspect
@Component
public class WithAuthHeaderHandler {
protected static final Logger logger = LoggerFactory.getLogger(WithAuthHeaderHandler.class);
public class SagaAuthHeaderHandler {
protected static final Logger logger = LoggerFactory.getLogger(SagaAuthHeaderHandler.class);

@Around(value = "@annotation(org.clarify4j.common.annotation.SagaAuthHeader)")
public Object execute(ProceedingJoinPoint joinPoint) throws Throwable {
Expand Down

0 comments on commit 068f4ab

Please sign in to comment.