Javadoc: Minor reference fix

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-06-14 19:05:58 +00:00
parent e670eabfad
commit 0bb6f1cdb1

View File

@@ -57,13 +57,12 @@ public interface ContentAccessor
* @param listener a listener that will be called for output stream * @param listener a listener that will be called for output stream
* event notification * event notification
* *
* @see #setTransactionService(TransactionService) * @see #setRetryingTransactionHelper(RetryingTransactionHelper)
*/ */
public void addListener(ContentStreamListener listener); public void addListener(ContentStreamListener listener);
/** /**
* Set the transaction helper for callbacks. * Set the transaction helper for callbacks.
* @param helper
*/ */
public void setRetryingTransactionHelper(RetryingTransactionHelper helper); public void setRetryingTransactionHelper(RetryingTransactionHelper helper);