diff --git a/README.md b/README.md index 12678a0..3d19f34 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ public class App { Integer analysisId = 715320; // Integer try { - BaseResponseLogs result = apiInstance.getAnalysisLogs(analysisId, null); + BaseResponseLogs result = apiInstance.getAnalysisLogs(analysisId); System.out.println(result); } catch (ApiException e) { System.err.println("Exception when calling AnalysesCommentsApi#createAnalysisComment"); diff --git a/gradlew b/gradlew old mode 100644 new mode 100755