averbraeck / opentrafficsim

Open Source Multi-Level Traffic Simulator
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Duplicate Identifiable #86

Closed WJSchakel closed 11 months ago

WJSchakel commented 11 months ago

We have org.opentrafficsim.base.Identifiable and org.djutils.base.Identifiable, which are entirely equal. The first should be removed and all imports should be replaced with the latter.

Note, this class can be annotated as a @FunctionalInterface, which both currently are not.