Skip to content

Commit

Permalink
[codegen] update to latest generator
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed May 30, 2024
1 parent 36218c8 commit 4acf3c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public ChangePasswordResponse() {
public static final ChangePasswordResponse _INSTANCE = new ChangePasswordResponse();

public static final JsonpDeserializer<ChangePasswordResponse> _DESERIALIZER = JsonpDeserializer
.fixedValue(ChangePasswordResponse._INSTANCE);
.emptyObject(ChangePasswordResponse._INSTANCE);

}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public DisableUserResponse() {
public static final DisableUserResponse _INSTANCE = new DisableUserResponse();

public static final JsonpDeserializer<DisableUserResponse> _DESERIALIZER = JsonpDeserializer
.fixedValue(DisableUserResponse._INSTANCE);
.emptyObject(DisableUserResponse._INSTANCE);

}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public EnableUserResponse() {
public static final EnableUserResponse _INSTANCE = new EnableUserResponse();

public static final JsonpDeserializer<EnableUserResponse> _DESERIALIZER = JsonpDeserializer
.fixedValue(EnableUserResponse._INSTANCE);
.emptyObject(EnableUserResponse._INSTANCE);

}

0 comments on commit 4acf3c3

Please sign in to comment.