Skip to content

Commit

Permalink
Limit access to ParametricAggregation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Jan 25, 2019
1 parent 8456488 commit b9a1a7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
public class ParametricAggregation
extends SqlAggregationFunction
{
final AggregationHeader details;
final ParametricImplementationsGroup<AggregationImplementation> implementations;
private final AggregationHeader details;
private final ParametricImplementationsGroup<AggregationImplementation> implementations;

public ParametricAggregation(
Signature signature,
Expand Down

0 comments on commit b9a1a7e

Please sign in to comment.