106107108109110111112113114115
return null; } public IContextInformationValidator getContextInformationValidator() { if (contextInformationValidator == null) { contextInformationValidator = new PyContextInformationValidator(); } return contextInformationValidator; }
105106107108109110111112113114