spotless fix

This commit is contained in:
Martha 2024-07-04 15:25:45 -07:00
parent 7343723e08
commit 8bfbc90315
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,8 @@ public abstract class BaseRequestPartitionHelperSvc implements IRequestPartition
}
}
private static void validateRequestPartitionNotNull(RequestPartitionId theRequestPartitionId, Pointcut... thePointcuts) {
private static void validateRequestPartitionNotNull(
RequestPartitionId theRequestPartitionId, Pointcut... thePointcuts) {
if (theRequestPartitionId == null) {
throw new InternalErrorException(
Msg.code(1319) + "No interceptor provided a value for pointcuts: " + Arrays.toString(thePointcuts));