We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1370c + 01f72ec commit 6b9fd23Copy full SHA for 6b9fd23
hollow/src/main/java/com/netflix/hollow/api/producer/validation/RecordCountPercentChangeValidator.java
@@ -15,7 +15,7 @@
15
* this only works for types that have a primary key definition
16
*/
17
public class RecordCountPercentChangeValidator implements ValidatorListener {
18
- private static final String NAME = RecordCountVarianceValidator.class.getName();
+ private static final String NAME = RecordCountPercentChangeValidator.class.getName();
19
private final Logger log = Logger.getLogger(RecordCountPercentChangeValidator.class.getName());
20
21
private final String typeName;
0 commit comments