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 calls to deprecated model.getKnowledge #257

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Jan 6, 2021

Issue #, if available:
Follow-up to #242

Description of changes:
Regular expression used for search model.getKnowledge\(([^\.]*).class\) and replaced with $1.of(model)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Regular expression used for search 'model.getKnowledge\(([^\.]*).class\)'
and replaced with $1.of(model)
@trivikr trivikr changed the title chore: remove calls to deprecated model.getKnowledge Remove calls to deprecated model.getKnowledge Jan 7, 2021
@trivikr trivikr merged commit 2b4b2c0 into smithy-lang:master Jan 7, 2021
@trivikr trivikr deleted the remove-model-getKnowledge-uses branch January 7, 2021 19:29
srchase pushed a commit to srchase/smithy-typescript that referenced this pull request Mar 17, 2023
Regular expression used for search 'model.getKnowledge\(([^\.]*).class\)'
and replaced with $1.of(model)
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