Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit d9a1de0

Browse files
committed
fix method definition
1 parent 495b741 commit d9a1de0

File tree

1 file changed

+1
-1
lines changed
  • src/java/main/com/topcoder/direct/services/view/action/contest/launch

1 file changed

+1
-1
lines changed

src/java/main/com/topcoder/direct/services/view/action/contest/launch/CommonAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public JwtTokenUpdater getJwtTokenUpdater() {
583583
return jwtTokenUpdater;
584584
}
585585

586-
public setJwtTokenUpdater(JwtTokenUpdater jwtTokenUpdater) {
586+
public void setJwtTokenUpdater(JwtTokenUpdater jwtTokenUpdater) {
587587
this.jwtTokenUpdater = jwtTokenUpdater;
588588
}
589589
}

0 commit comments

Comments
 (0)