Remove unused fields from JpaDistributionSet (#1704)

These fields also could lead to big memory usage if the JPA provider doesn't get LAZY hint

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-04-10 14:01:31 +03:00
committed by GitHub
parent 718c7381f4
commit 4c9ee2e364
6 changed files with 7 additions and 92 deletions

View File

@@ -28,6 +28,4 @@ public final class DistributionSetFilter {
private final String searchText;
private final Boolean selectDSWithNoTag;
private final Collection<String> tagNames;
private final String assignedTargetId;
private final String installedTargetId;
}