Do not attempt to audit InputStream property

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23069 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-10-13 11:06:21 +00:00
parent 3a06341ff4
commit 8422f55863

View File

@@ -51,7 +51,7 @@ public interface RepoAdminService
* Allows creation of new models and incremental update of existing models.
*
*/
@Auditable
@Auditable(parameters = {"modelStream", "modelFileName"}, recordable = {false, true})
public void deployModel(InputStream modelStream, String modelFileName);
/**