Skip to content

Commit 75e2e23

Browse files
theshadowconixel2007
authored andcommitted
ребейз
1 parent e5b54de commit 75e2e23

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/com/github/_1c_syntax/mdclasses/mdo/MDObjectBase.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
@NonFinal
3131
@JsonDeserialize(builder = MDObjectBase.MDObjectBaseBuilderImpl.class)
3232
@SuperBuilder
33-
@EqualsAndHashCode(exclude = {"mdoURI", "modulesByType", "forms"})
34-
@ToString(exclude = {"mdoURI", "modulesByType", "forms"})
33+
@EqualsAndHashCode(exclude = {"mdoURI", "modulesByType", "forms", "commands"})
34+
@ToString(exclude = {"mdoURI", "modulesByType", "forms", "commands"})
3535
public class MDObjectBase {
3636

3737
protected final String uuid;
@@ -42,8 +42,6 @@ public class MDObjectBase {
4242
protected URI mdoURI;
4343
protected Map<URI, ModuleType> modulesByType;
4444
protected List<Form> forms;
45-
@EqualsAndHashCode.Exclude
46-
@ToString.Exclude
4745
protected List<Command> commands;
4846

4947
public abstract static class MDObjectBaseBuilder

0 commit comments

Comments
 (0)