CE-882 Checkstyle

This commit is contained in:
2024-04-26 15:01:11 -05:00
parent bd8246ca5a
commit 0e8e93bff9

View File

@ -390,6 +390,7 @@ public class ValidateRecordSecurityLockHelper
** MultiRecordSecurityLock, with only the appropriate lock-scopes being included ** MultiRecordSecurityLock, with only the appropriate lock-scopes being included
** (e.g., read-locks for selects, write-locks for insert/update/delete). ** (e.g., read-locks for selects, write-locks for insert/update/delete).
*******************************************************************************/ *******************************************************************************/
@SuppressWarnings("checkstyle:Indentation")
static MultiRecordSecurityLock getRecordSecurityLocks(QTableMetaData table, Action action) static MultiRecordSecurityLock getRecordSecurityLocks(QTableMetaData table, Action action)
{ {
List<RecordSecurityLock> allLocksOnTable = CollectionUtils.nonNullList(table.getRecordSecurityLocks()); List<RecordSecurityLock> allLocksOnTable = CollectionUtils.nonNullList(table.getRecordSecurityLocks());