Skip to content

Commit

Permalink
Make distribution aggregate function public
Browse files Browse the repository at this point in the history
  • Loading branch information
prasser committed Dec 29, 2024
1 parent a93eeff commit ffd1964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/deidentifier/arx/AttributeType.java
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ public boolean isTypePreserving() {
* Returns the aggregate function.
* @return
*/
protected DistributionAggregateFunction getFunction() {
public DistributionAggregateFunction getFunction() {
return function;
}
}
Expand Down

0 comments on commit ffd1964

Please sign in to comment.