Skip to content

Commit 6b9fd23

Browse files
authored
Merge pull request #746 from Netflix/250624.fix-record-count-change-validator-name
Fix RecordCountPercentChangeValidator name
2 parents 6c1370c + 01f72ec commit 6b9fd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hollow/src/main/java/com/netflix/hollow/api/producer/validation/RecordCountPercentChangeValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* this only works for types that have a primary key definition
1616
*/
1717
public class RecordCountPercentChangeValidator implements ValidatorListener {
18-
private static final String NAME = RecordCountVarianceValidator.class.getName();
18+
private static final String NAME = RecordCountPercentChangeValidator.class.getName();
1919
private final Logger log = Logger.getLogger(RecordCountPercentChangeValidator.class.getName());
2020

2121
private final String typeName;

0 commit comments

Comments
 (0)