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:
Joakim Erdfelt 2007-06-17 23:30:05 +00:00
parent 2b3afd3d17
commit 6c338b2fe4
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class ConfigurationSynchronization
}
if ( !roleManager.templatedRoleExists( "archiva-repository-manager", repoConfig.getId() ) )
;
{
roleManager.createTemplatedRole( "archiva-repository-manager", repoConfig.getId() );
}