Our REST api uses these 2 classes which are functionally identical: TimeInterval & IntInterval.
Please refactor them to a class with generics (e.g. Interval<E extends Comparable<E>>) and verify/document changes to the REST API.
Interval<E extends Comparable<E>>
Our REST api uses these 2 classes which are functionally identical: TimeInterval & IntInterval.
Please refactor them to a class with generics (e.g.
Interval<E extends Comparable<E>>
) and verify/document changes to the REST API.