Skip to content
Success

Changes

Summary

  1. Reinstate final modifier for GenericDto (commit: 61101a6) (details)
Commit 61101a6c9a361235909f11624cf1e8ea199fb126 by Tim Ward
Reinstate final modifier for GenericDto

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.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 61101a6)
The file was modified core/api/src/main/java/org/eclipse/sensinact/core/push/dto/GenericDto.java
The file was modified core/emf-api/src/main/java/org/eclipse/sensinact/core/emf/dto/EMFGenericDto.java
The file was modified core/impl/src/main/java/org/eclipse/sensinact/core/extract/impl/EMFGenericDtoDataExtractor.java