124125126127128129130131
// What should the range be for CCD/PEP, Visual/PTG? magnitudeValueValidator = new MagnitudeValueValidator( new InclusiveRangePredicate(-10, 25)); this.commentCodeValidator = new CommentCodeValidator(CommentType .getRegex()); }