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

fix typos #1314

Merged
merged 2 commits into from
Jun 30, 2020
Merged

fix typos #1314

merged 2 commits into from
Jun 30, 2020

Conversation

Hanope
Copy link
Contributor

@Hanope Hanope commented Jun 27, 2020

No description provided.

Copy link
Contributor

@troshko111 troshko111 left a comment

Choose a reason for hiding this comment

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

LGTM, but please revert the public interface method rename.

@@ -80,7 +80,7 @@ boolean deleteStatusOverride(String appName, String id, InstanceStatus newStatus

int getNumOfRenewsPerMinThreshold();

int isBelowRenewThresold();
int isBelowRenewThreshold();
Copy link
Contributor

Choose a reason for hiding this comment

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

This cannot be renamed as it's a part of a public contract (an interface method of a public type).

@spencergibb
Copy link
Contributor

Maybe a new method that defaults to calling the misspelling?

@troshko111
Copy link
Contributor

Maybe a new method that defaults to calling the misspelling?

I normally see these corrected in the doc string / comment only, but either way works.

@Hanope
Copy link
Contributor Author

Hanope commented Jun 30, 2020

LGTM, but please revert the public interface method rename.

Okay, I revert files.

@troshko111 troshko111 merged commit 047549f into Netflix:master Jun 30, 2020
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.

None yet

3 participants