m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

Improve AbstractValidator.append to omitt ValidatorNone #205

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

Instances of AbstractValidator can be composed using the append method. However, called on or with ValidatorNone should not result in a ComposedValidator that contains ValidatorNone what is pointless.

hohwille commented 8 years ago

Done.