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:
Jan Vonka
2010-10-13 09:26:06 +00:00
parent 42785b0760
commit f1797f24fa

View File

@@ -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);
/** /**