mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-22 06:58:45 +00:00
Merged feature/checkstyle-indentation-enhanced-switch into integration/sprint-43
This commit is contained in:
@ -531,7 +531,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