1
0
mirror of https://github.com/pcvolkmer/mv64e-onkostar-data.git synced 2025-07-02 02:22:54 +00:00

chore: change logging message for sub form catalogues

This commit is contained in:
2025-06-20 19:56:55 +02:00
parent db49d89f59
commit 2ffca71165

View File

@ -33,7 +33,7 @@ public abstract class AbstractSubformDataCatalogue extends AbstractDataCatalogue
id);
if (result.isEmpty()) {
throw new DataAccessException("No record found for id: " + id);
throw new DataAccessException("No record found for parent id: " + id);
}
return result;