The last time I was adding a ODB descriptor I noticed that I was just copying and pasting the makeSelected, lessThan, and forgot to add the ODB properties to the getProperties.
So this is an attempt to create a base class that can do these things and remove that duplicated code.
No functional changes expected.
The last time I was adding a ODB descriptor I noticed that I was just copying and pasting the makeSelected, lessThan, and forgot to add the ODB properties to the getProperties.
So this is an attempt to create a base class that can do these things and remove that duplicated code.