]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4535 Add comment
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 18 Dec 2013 08:41:46 +0000 (09:41 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 18 Dec 2013 08:41:46 +0000 (09:41 +0100)
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb

index f60f6e03e7c4335edba6a505a721ca84518de86d..b22f2ecbe75584e3ed973b73cbf38d597e00a7b9 100644 (file)
@@ -58,6 +58,7 @@ class Api::ProfilesController < Api::ApiController
     end
 
     # Populate the map of default profile by language by searching for all profiles languages
+    # We have to do that as the profiles list do not contain this information (maybe we should add it?)
     profiles.each do |p|
       lang = p.language
       unless default_profile_by_language[lang]