From b78151a5180d14ee8af7f7d694f9c6bb9eca890d Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 18 Jan 2017 20:12:32 +0100 Subject: [PATCH] Clean-up internal.rb --- .../main/webapp/WEB-INF/app/models/internal.rb | 16 ---------------- 1 file changed, 16 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 0a598bb919f..e718e062ce2 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 @@ -22,10 +22,6 @@ # Must NOT be used by plugins. Forward-compatibility is NOT guaranteed. class Internal - def self.issues - component(Java::OrgSonarServerIssue::InternalRubyIssueService.java_class) - end - def self.component_api component(Java::OrgSonarApiComponent::RubyComponentService.java_class) end @@ -42,18 +38,6 @@ class Internal component(Java::OrgSonarServerQualityprofile::QProfileService.java_class) end - def self.qprofile_loader - component(Java::OrgSonarServerQualityprofile::QProfileLoader.java_class) - end - - def self.qprofile_exporters - component(Java::OrgSonarServerQualityprofile::QProfileExporters.java_class) - end - - def self.quality_gates - component(Java::OrgSonarServerQualitygate::QualityGates.java_class) - end - def self.i18n component(Java::OrgSonarServerUi::JRubyI18n.java_class) end -- 2.39.5