mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-882 Checkstyle
This commit is contained in:
@ -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());
|
||||||
|
Reference in New Issue
Block a user