fix annotation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-13 16:59:40 +00:00
parent 8194ab0c1f
commit a0477581fb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import java.io.Serializable;
* @author Olivier Lamy
* @since 1.4-M1
*/
@XmlRootElement( name = "repositoryGroup" )
@XmlRootElement( name = "remoteRepository" )
public class RemoteRepository
extends AbstractRepository
implements Serializable