mirror of https://github.com/apache/archiva.git
Fixing nasty ; bug.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b3afd3d17
commit
6c338b2fe4
|
@ -127,7 +127,6 @@ public class ConfigurationSynchronization
|
|||
}
|
||||
|
||||
if ( !roleManager.templatedRoleExists( "archiva-repository-manager", repoConfig.getId() ) )
|
||||
;
|
||||
{
|
||||
roleManager.createTemplatedRole( "archiva-repository-manager", repoConfig.getId() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue