Skip to content

Commit

Permalink
Removing redundant var reference, retesting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcagbu committed Aug 28, 2024
1 parent 3553387 commit baba44b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DocumentProjection implements DocumentPermutation {
/**
* should track document sizes
*/
private boolean trackSizes = true;
private boolean trackSizes;

public DocumentProjection(boolean includeGroupingContext, boolean reducedResponse, boolean trackSizes, Set<String> projections,
Projection.ProjectionType projectionType) {
Expand All @@ -46,7 +46,7 @@ public DocumentProjection(boolean includeGroupingContext, boolean reducedRespons
}

/*
* This contstructor will not include the grouping context and will not reduce the document
* This constructor will not include the grouping context and will not reduce the document
*/
@Deprecated
public DocumentProjection(Set<String> projections, Projection.ProjectionType projectionType) {
Expand Down

0 comments on commit baba44b

Please sign in to comment.