Upgrade checkstyle; remove supressed indentation markers for new-style switches

This commit is contained in:
2024-05-17 16:38:28 -05:00
parent be69836b5b
commit 65fe6a002c
25 changed files with 58 additions and 84 deletions

View File

@ -528,7 +528,6 @@ public class AbstractMongoDBAction
/*******************************************************************************
** w/o considering security, just map a QQueryFilter to a Bson searchQuery.
*******************************************************************************/
@SuppressWarnings("checkstyle:Indentation")
private Bson makeSearchQueryDocumentWithoutSecurity(QTableMetaData table, QQueryFilter filter)
{
if(filter == null || !filter.hasAnyCriteria())

View File

@ -70,7 +70,6 @@ public class MongoDBAggregateAction extends AbstractMongoDBAction implements Agg
/*******************************************************************************
**
*******************************************************************************/
@SuppressWarnings("checkstyle:indentation")
public AggregateOutput execute(AggregateInput aggregateInput) throws QException
{
MongoClientContainer mongoClientContainer = null;