Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addd flag for media type example set value #3975

Merged
merged 3 commits into from
Jun 22, 2021
Merged

Conversation

HugoMario
Copy link
Contributor

No description provided.

@@ -78,10 +80,11 @@ public Object getValue() {

public void setValue(Object value) {
this.value = value;
valueSetFlag = true;
Copy link
Member

Choose a reason for hiding this comment

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

see how this is done in Schema to correctly handle all scenarios

@@ -93,10 +95,11 @@ public Object getExample() {

public void setExample(Object example) {
this.example = example;
exampleSetFlag = true;
Copy link
Member

Choose a reason for hiding this comment

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

see how this is done in Schema to correctly handle all scenarios

@HugoMario HugoMario merged commit 2695c2e into master Jun 22, 2021
@HugoMario HugoMario deleted the mediatype_example_mixin branch June 22, 2021 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants