We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 925ac9c + 9747aed commit 1175439Copy full SHA for 1175439
integration-test/src/test/java/org/cloudfoundry/client/v3/UsersTest.java
@@ -35,7 +35,7 @@
35
public final class UsersTest extends AbstractIntegrationTest {
36
37
@Autowired
38
- private CloudFoundryClient cloudFoundryClient;
+ private final CloudFoundryClient cloudFoundryClient;
39
40
private static Mono<CreateUserResponse> createUser(
41
CloudFoundryClient cloudFoundryClient, String userId) {
0 commit comments