mirror of
https://github.com/pcvolkmer/mv64e-onkostar-data.git
synced 2025-07-03 19:12:55 +00:00
chore: change logging message for sub form catalogues
This commit is contained in:
@ -33,7 +33,7 @@ public abstract class AbstractSubformDataCatalogue extends AbstractDataCatalogue
|
|||||||
id);
|
id);
|
||||||
|
|
||||||
if (result.isEmpty()) {
|
if (result.isEmpty()) {
|
||||||
throw new DataAccessException("No record found for id: " + id);
|
throw new DataAccessException("No record found for parent id: " + id);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user