
prerna.reactor.json.validator.SuperParentValidator Maven / Gradle / Ivy
The newest version!
package prerna.reactor.json.validator;
import prerna.reactor.json.GreedyJsonReactor;
public class SuperParentValidator extends GreedyJsonReactor{
// the method to implement here is validate
// In our case the super parent will not throw any error
public void process()
{
// nothing to do
// super parent is just fine here
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy