mirror of
https://github.com/apache/archiva.git
synced 2025-02-12 04:56:02 +00:00
[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:
parent
0b4efe3d85
commit
d4c6364319
@ -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() ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user