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