mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Quick build fix (fallout from audit)
- note: modelFileName param pending audit fix (for methods with InputStream params) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23064 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -51,7 +51,7 @@ public interface RepoAdminService
|
|||||||
* Allows creation of new models and incremental update of existing models.
|
* Allows creation of new models and incremental update of existing models.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Auditable(parameters = {"modelStream, modelFileName"})
|
@Auditable
|
||||||
public void deployModel(InputStream modelStream, String modelFileName);
|
public void deployModel(InputStream modelStream, String modelFileName);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user