We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a60d61 commit b0f6345Copy full SHA for b0f6345
1 file changed
integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java
@@ -529,8 +529,7 @@ public void logs() throws IOException {
529
this.cloudFoundryOperations
530
.applications()
531
.logs(
532
- ApplicationLogsRequest
533
- .builder()
+ ApplicationLogsRequest.builder()
534
.name(applicationName)
535
.recent(true)
536
.build()))
0 commit comments