Mercurial > hg > openmind
changeset 27:8ea716da439f
better error message :-)
author | casties |
---|---|
date | Fri, 05 Aug 2016 22:18:40 +0200 |
parents | 5e24413d355b |
children | bdba8c108183 |
files | src/main/java/org/mpi/openmind/repository/services/AbstractPersistenceService.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/org/mpi/openmind/repository/services/AbstractPersistenceService.java Fri Aug 05 22:02:18 2016 +0200 +++ b/src/main/java/org/mpi/openmind/repository/services/AbstractPersistenceService.java Fri Aug 05 22:18:40 2016 +0200 @@ -1057,7 +1057,7 @@ // FIXME: getNodes finds all attributes if id=null! if (entity.getId() == null) { - logger.error("Relation with id=null! Abort loading attributes."); + logger.error("Entity with id=null! Abort loading attributes."); return entity; }