Skip to content

Conversation

@DL1231
Copy link
Contributor

@DL1231 DL1231 commented Oct 31, 2025

Remove all unused static classes in Field.

@github-actions github-actions bot added triage PRs from the community clients labels Oct 31, 2025
return set(def.name, value);
}

public Struct set(Field.Int64 def, long value) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you cleanup the setters as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@github-actions github-actions bot removed the triage PRs from the community label Nov 1, 2025
return setIfExists(def.name, value);
}

public Struct setIfExists(Field def, Object value) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be removed as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants