ソースを参照

SONAR-21559 Fix failing QA

tags/10.4.0.87286
Wouter Admiraal 3ヶ月前
コミット
d72acd5707

+ 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());
}

読み込み中…
キャンセル
保存