Skip to content

add ability to remove definitions again from type registry#1136

Merged
andimarek merged 3 commits intomasterfrom
type-registry-remove
Jul 27, 2018
Merged

add ability to remove definitions again from type registry#1136
andimarek merged 3 commits intomasterfrom
type-registry-remove

Conversation

@andimarek
Copy link
Copy Markdown
Member

No description provided.

@andimarek andimarek requested a review from bbakerman July 26, 2018 00:53

private void removeFromList(Map source, TypeDefinition value) {
List<TypeDefinition> list = (List<TypeDefinition>) source.get(value.getName());
if (list == null) return;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I really think you should always have { open and closing braces.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

agree .... I will update the formatting xml settings in a separate PR

@andimarek andimarek added this to the 10.0 milestone Jul 27, 2018
@andimarek andimarek merged commit 4d45311 into master Jul 27, 2018
@andimarek andimarek deleted the type-registry-remove branch September 3, 2018 00:12
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