Skip to content

Commit 1175439

Browse files
author
Jochen Damzog
committed
Merge remote-tracking branch 'origin/issue-1294' into issue-1294
2 parents 925ac9c + 9747aed commit 1175439

File tree

1 file changed

+1
-1
lines changed
  • integration-test/src/test/java/org/cloudfoundry/client/v3

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/client/v3/UsersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public final class UsersTest extends AbstractIntegrationTest {
3636

3737
@Autowired
38-
private CloudFoundryClient cloudFoundryClient;
38+
private final CloudFoundryClient cloudFoundryClient;
3939

4040
private static Mono<CreateUserResponse> createUser(
4141
CloudFoundryClient cloudFoundryClient, String userId) {

0 commit comments

Comments
 (0)