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:
@ -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;
|
||||
|
Reference in New Issue
Block a user