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

Remove unnecessary parameter from AddMetadataAttribute method #2640

Closed
gep13 opened this issue Oct 16, 2019 · 0 comments · Fixed by #2641
Closed

Remove unnecessary parameter from AddMetadataAttribute method #2640

gep13 opened this issue Oct 16, 2019 · 0 comments · Fixed by #2641
Assignees
Labels
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Oct 16, 2019

As discussed here:

#2639 (comment)

The name parameter in the AddMetadataAttribute method is not being used. Since this is a private method, it is safe to remove this parameter, as there will be no external callers.

@gep13 gep13 added the Bug label Oct 16, 2019
@gep13 gep13 added this to the v0.36.0 milestone Oct 16, 2019
@gep13 gep13 self-assigned this Oct 16, 2019
gep13 added a commit to gep13/cake that referenced this issue Oct 16, 2019
This is a private method, so there should be no outside callers,
therefore this is not a breaking change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant