Verified Commit 35942885 authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Make ConfigEntry validate method instance instead of classmethod

The changes are motivated by the fact that
validate() method located in the List class has to
be an instance method (cause each List object holds
the information about it's internal item type) and this is
incompatible with the ConfigEntry interface which imposes a class method.
parent 232fcb5b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment