Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 7f83483

Browse files
committed
Use JSONObject for get date and version
1 parent ff08c52 commit 7f83483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-qualitygates-plugin/src/com/tw/go/task/sonarqualitygate/SonarTaskExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Result execute() throws Exception {
4646
// log(" Requesting project's quality gate anonymously.");
4747
// }
4848

49-
// get quality gate details
49+
//get quality gate details
5050
JSONObject result = sonarClient.getProjectWithQualityGateDetails(sonarProjectKey);
5151
JSONObject project = (JSONObject) result.get("projectStatus");
5252
JSONArray periods = (JSONArray) project.get("periods");

0 commit comments

Comments
 (0)