Skip to content

Commit d9fd30a

Browse files
theghost5800mheath
authored andcommitted
Make getLastOperation method public
1 parent cb476bc commit d9fd30a

File tree

1 file changed

+1
-1
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/servicebindings

1 file changed

+1
-1
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/servicebindings/ServiceBinding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public abstract class ServiceBinding extends Resource {
4545
*/
4646
@JsonProperty("last_operation")
4747
@Nullable
48-
abstract LastOperation getLastOperation();
48+
public abstract LastOperation getLastOperation();
4949

5050
/**
5151
* The relationships

0 commit comments

Comments
 (0)