diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-01-18 18:02:33 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-01-18 20:47:59 +0100 |
commit | e0aaf832d06c079f2cd9d643e9ac857d65d1d262 (patch) | |
tree | 486a9510bac1f06c7089a0803306c4a688084e02 /server/sonar-web/src | |
parent | 29b386604e338b8ec560b5615cbdb5346dccf09e (diff) | |
download | sonarqube-e0aaf832d06c079f2cd9d643e9ac857d65d1d262.tar.gz sonarqube-e0aaf832d06c079f2cd9d643e9ac857d65d1d262.zip |
Remove unused RubyRuleService
and the associated deprecated ES utilities
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb index 845152751e6..8bbf4897aaa 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb @@ -62,10 +62,6 @@ class Internal component(Java::OrgSonarServerQualitygate::QualityGates.java_class) end - def self.rules - component(Java::OrgSonarServerRule::RubyRuleService.java_class) - end - def self.durations component(Java::OrgSonarApiUtils::Durations.java_class) end |