add @since for new method

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1199829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-09 16:22:04 +00:00
parent f66adc650b
commit 397e88dac8
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public interface RepositoriesService
@RedbackAuthorization( noPermission = true ) @RedbackAuthorization( noPermission = true )
/** /**
* permission are checked in impl * permission are checked in impl
* @since 1.4-M2
*/ */
Boolean deleteArtifact( @QueryParam( "" ) Artifact artifact, @QueryParam( "repositoryId" ) String repositoryId ) Boolean deleteArtifact( @QueryParam( "" ) Artifact artifact, @QueryParam( "repositoryId" ) String repositoryId )
throws ArchivaRestServiceException; throws ArchivaRestServiceException;