Skip to content

Commit

Permalink
Add public modifier for ServiceInstance class
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBorislavovDimitrov authored and mheath committed Jan 25, 2023
1 parent dcba939 commit cb476bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ public abstract class ServiceInstance extends Resource {
*/
@JsonProperty("last_operation")
@Nullable
abstract LastOperation getLastOperation();
public abstract LastOperation getLastOperation();

/**
* The maintenance info
*/
@JsonProperty("maintenance_info")
@Nullable
abstract MaintenanceInfo getMaintenanceInfo();
public abstract MaintenanceInfo getMaintenanceInfo();

/**
* The metadata
Expand Down

0 comments on commit cb476bc

Please # to comment.