mirror of https://github.com/apache/archiva.git
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:
parent
f66adc650b
commit
397e88dac8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue