Clone
fmalikoff
committed
on 24 Feb 06
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate meth… Show more
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate method, and hence there was still a chance that two simultaneous calls could affect each other's validation messages. (So not quite 100% re-entrant.) Has now been moved.

Show less