File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java-client/src/main/java/co/elastic/clients/elasticsearch/security Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ public ChangePasswordResponse() {
6161 public static final ChangePasswordResponse _INSTANCE = new ChangePasswordResponse ();
6262
6363 public static final JsonpDeserializer <ChangePasswordResponse > _DESERIALIZER = JsonpDeserializer
64- .fixedValue (ChangePasswordResponse ._INSTANCE );
64+ .emptyObject (ChangePasswordResponse ._INSTANCE );
6565
6666}
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ public DisableUserResponse() {
6060 public static final DisableUserResponse _INSTANCE = new DisableUserResponse ();
6161
6262 public static final JsonpDeserializer <DisableUserResponse > _DESERIALIZER = JsonpDeserializer
63- .fixedValue (DisableUserResponse ._INSTANCE );
63+ .emptyObject (DisableUserResponse ._INSTANCE );
6464
6565}
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ public EnableUserResponse() {
6060 public static final EnableUserResponse _INSTANCE = new EnableUserResponse ();
6161
6262 public static final JsonpDeserializer <EnableUserResponse > _DESERIALIZER = JsonpDeserializer
63- .fixedValue (EnableUserResponse ._INSTANCE );
63+ .emptyObject (EnableUserResponse ._INSTANCE );
6464
6565}
You can’t perform that action at this time.
0 commit comments