aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-18 20:08:23 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-18 20:47:59 +0100
commit97e5771c4a5aff39c3ea31d90598132ea354cbd1 (patch)
tree409318c0c7e844bff2466de8273272a116e441c0 /server/sonar-web/src
parent3a801583de082214c54b479ef240c2df45f4844b (diff)
downloadsonarqube-97e5771c4a5aff39c3ea31d90598132ea354cbd1.tar.gz
sonarqube-97e5771c4a5aff39c3ea31d90598132ea354cbd1.zip
Remove Internal.durations in Ruby
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb4
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 9427cf9aac7..0a598bb919f 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
@@ -54,10 +54,6 @@ class Internal
component(Java::OrgSonarServerQualitygate::QualityGates.java_class)
end
- def self.durations
- component(Java::OrgSonarApiUtils::Durations.java_class)
- end
-
def self.i18n
component(Java::OrgSonarServerUi::JRubyI18n.java_class)
end