Fixed ContentData entity cleanup when null value repeatedly applied to cm:content property

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14826 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-06-22 12:08:21 +00:00
parent d5c07c5646
commit 5fe2c1507b
4 changed files with 107 additions and 68 deletions

View File

@@ -221,7 +221,9 @@ public abstract class AbstractContentAccessor implements ContentAccessor
/**
* Advise that listens for the completion of specific methods on the
* {@link java.nio.channels.ByteChannel} interface.
* {@link java.nio.channels.ByteChannel} interface. This advise reacts
* only in the {@link #afterReturning(Object, Method, Object[], Object) afterReturning} phase
* so that the underlying stream methods have been successfully completed.
*
* @author Derek Hulley
*/