Nicht geschlossenes ResultSet in PublishedLink behoben

git-svn-id: https://svn.libreccm.org/ccm/trunk@783 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-03-10 19:03:23 +00:00
parent a348f418ff
commit db465ea18c
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ class PublishedLink extends DomainObject {
set(LINK_ATTRIBUTES, data.toByteArray());
}
coll.close();
}
}