diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-01 22:55:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-01 22:55:49 +0200 |
commit | 1ee2ad16f1620662c2f4c6540706d3327ec1fa30 (patch) | |
tree | e2ca4999893f5db0c4aead3577ba3fd2a414f2cd /server/sonar-ce | |
parent | 806ce720eed1d120a342612fff1baba198509900 (diff) | |
download | sonarqube-1ee2ad16f1620662c2f4c6540706d3327ec1fa30.tar.gz sonarqube-1ee2ad16f1620662c2f4c6540706d3327ec1fa30.zip |
Drop unused class RubyQProfileActivityService
Diffstat (limited to 'server/sonar-ce')
-rw-r--r-- | server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java b/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java index 571a58602e6..56b29de5dec 100644 --- a/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java +++ b/server/sonar-ce/src/main/java/org/sonar/ce/container/ComputeEngineContainerImpl.java @@ -357,7 +357,6 @@ public class ComputeEngineContainerImpl implements ComputeEngineContainer { // QProfileCopier.class, indirectly only used in Web Services // QProfileBackuper.class, indirectly only used in Web Services // QProfileReset.class, indirectly only used in Web Services - // RubyQProfileActivityService.class, only used by JRuby // rule // RuleIndexDefinition.class, ES maintenance, responsibility of Web Server |