Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Oct 30, 2024
1 parent 8b6e87f commit f7985a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public AuthorizationPluginException(@FormatString String message, Object... args
* @param args the arguments to the message.
*/
@FormatMethod
public AuthorizationPluginException(Throwable cause, @FormatString String message, Object... args) {
public AuthorizationPluginException(
Throwable cause, @FormatString String message, Object... args) {
super(cause, message, args);
}
}

0 comments on commit f7985a5

Please sign in to comment.