Skip to content

Commit

Permalink
Suggested formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jun 25, 2024
1 parent 9550f60 commit 09cb6e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,4 @@ public class QueryParameters {
* Used to specify model or DB fields that must be treated as strict (cannot be skipped if normalization fails)
*/
public static final String STRICT_FIELDS = "strict.fields";

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
import datawave.ingest.data.config.ingest.CompositeIngest;
import datawave.query.Constants;
import datawave.query.DocumentSerialization;
import datawave.query.QueryParameters;
import datawave.query.attributes.Document;
import datawave.query.attributes.ExcerptFields;
import datawave.query.attributes.UniqueFields;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,4 @@ public void testNegativeFilterRegexV2() throws Exception {

runTestQuery(expected, queryString, format.parse("20091231"), format.parse("20150101"), extraParameters);
}

}
}

0 comments on commit 09cb6e1

Please sign in to comment.