]> source.dussan.org Git - sonarqube.git/commit
SONAR-8716 remove useless check of permissions in RuleOperations
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 5 Feb 2017 10:40:10 +0000 (11:40 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 7 Feb 2017 13:30:42 +0000 (14:30 +0100)
commit0bf5cb081830d32731d4f7d9f2f51b65b09d0106
treef63b83b3a0e642e2412c87e6fe526254dea334a6
parentf829c8c7315a4de1bf45e48bcae41c5d96c9309c
SONAR-8716 remove useless check of permissions in RuleOperations

Permission has to be verified by the web service
calling RuleOperations#updateRule()
server/sonar-server/src/main/java/org/sonar/server/rule/RuleOperations.java
server/sonar-server/src/test/java/org/sonar/server/rule/RuleOperationsTest.java