[MRM-462] fix property name

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@574758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-09-12 01:40:19 +00:00
parent 0b4efe3d85
commit d4c6364319

View File

@ -265,7 +265,7 @@ else if ( ( config.getManagedRepositoriesAsMap().containsKey( repoId ) ||
// TODO! split
if ( StringUtils.isBlank( repository.getLocation() ) )
{
addFieldError( "repository.url", "You must enter a directory." );
addFieldError( "repository.location", "You must enter a directory." );
containsError = true;
}
if ( StringUtils.isBlank( repository.getName() ) )