eclipse / org.eclipse.sensinact.gateway

Eclipse Public License 2.0
6 stars 12 forks source link

Reinstate final modifier for GenericDto #410

Closed timothyjward closed 1 month ago

timothyjward commented 1 month ago

The EMF dto altered the GenericDto so that it could extend it. The GenericDto was intentionally final to prevent usage mistakes in the API. There are few fields and we should copy them.

juergen-albert commented 1 month ago

Okay, makes sense. What you did, seems to be fine as well.