瀏覽代碼

SONAR-21559 Fix failing QA

tags/10.4.0.87286
Wouter Admiraal 3 月之前
父節點
當前提交
d72acd5707
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      sonar-ws/src/main/java/org/sonarqube/ws/client/settings/SettingsService.java

+ 1
- 1
sonar-ws/src/main/java/org/sonarqube/ws/client/settings/SettingsService.java 查看文件

@@ -64,7 +64,7 @@ public class SettingsService extends BaseService {
*/
public EncryptWsResponse encrypt(EncryptRequest request) {
return call(
new GetRequest(path("encrypt"))
new PostRequest(path("encrypt"))
.setParam("value", request.getValue()),
EncryptWsResponse.parser());
}

Loading…
取消
儲存