mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Upgrade checkstyle; remove supressed indentation markers for new-style switches
This commit is contained in:
@ -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())
|
||||
|
@ -70,7 +70,6 @@ public class MongoDBAggregateAction extends AbstractMongoDBAction implements Agg
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
@SuppressWarnings("checkstyle:indentation")
|
||||
public AggregateOutput execute(AggregateInput aggregateInput) throws QException
|
||||
{
|
||||
MongoClientContainer mongoClientContainer = null;
|
||||
|
Reference in New Issue
Block a user