Skip to content

Commit

Permalink
LPD-34383 - autogenerated(buildRest)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaswollner authored and brianchandotcom committed Oct 1, 2024
1 parent 5b498e5 commit 05e2d19
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

import javax.validation.Valid;
import javax.validation.constraints.DecimalMin;
import javax.validation.constraints.NotEmpty;

import javax.xml.bind.annotation.XmlRootElement;

Expand All @@ -41,7 +40,6 @@
@Generated("")
@GraphQLName("AccountGroup")
@JsonFilter("Liferay.Vulcan")
@Schema(requiredProperties = {"name"})
@XmlRootElement(name = "AccountGroup")
public class AccountGroup implements Serializable {

Expand Down Expand Up @@ -298,7 +296,6 @@ public void setName(UnsafeSupplier<String, Exception> nameUnsafeSupplier) {

@GraphQLField
@JsonProperty(access = JsonProperty.Access.READ_WRITE)
@NotEmpty
protected String name;

@JsonIgnore
Expand Down

0 comments on commit 05e2d19

Please sign in to comment.