Fix JpaTarget entity graphs (#2198)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-01-14 12:31:41 +02:00
committed by GitHub
parent a9ace4e83c
commit dda4432339
2 changed files with 1 additions and 5 deletions

View File

@@ -366,7 +366,6 @@ public interface TargetManagement {
@PreAuthorize(SpringEvalExpressions.HAS_AUTH_READ_TARGET)
Optional<Target> getByControllerID(@NotEmpty String controllerId);
/**
* Gets a {@link Target} based a given controller id and includes the details specified by the details key.
*