From 1bd98587bd19185bbfe47692a14128ce76566290 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 28 Jul 2015 09:58:57 +0200 Subject: [PATCH] SONAR-6726 Fix comment --- .../src/main/webapp/WEB-INF/lib/need_authentication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authentication.rb b/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authentication.rb index 981eb50a12f..209c7c6b1f7 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authentication.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/lib/need_authentication.rb @@ -160,7 +160,7 @@ class PluginRealm synchronize_groups(user) user.save(false) end - # Must be outside the transaction in order to have a lock on the users table : http://jira.sonarsource.com/browse/SONAR-6726 + # Must be outside the transaction in order to not have a lock on the users table : http://jira.sonarsource.com/browse/SONAR-6726 user.notify_creation_handlers user end -- 2.39.5