Skip to content

Remove redundant public keywords in the interfaces' definitions#608

Merged
QuintinWillison merged 1 commit intoably:mainfrom
vzhikserg:remove-redundant-public-keywords
Oct 1, 2020
Merged

Remove redundant public keywords in the interfaces' definitions#608
QuintinWillison merged 1 commit intoably:mainfrom
vzhikserg:remove-redundant-public-keywords

Conversation

@vzhikserg
Copy link
Copy Markdown
Contributor

The public keyword is not needed for methods of interfaces. They are public by default

@QuintinWillison
Copy link
Copy Markdown
Contributor

Hello @vzhikserg ... Nice spot. Thanks for the contribution. I'll get this merged and shall also raise another PR myself to fix some other locations where we have redundant modifiers. 😁

We plan to put checkstyle or similar tooling in place soon in this codebase (#537) which will pick up such transgressions thereon.

@QuintinWillison QuintinWillison merged commit 964c783 into ably:main Oct 1, 2020
@vzhikserg vzhikserg self-assigned this Oct 2, 2020
@vzhikserg vzhikserg added code-quality Affects the developer experience when working in our codebase. enhancement New feature or improved functionality. labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-quality Affects the developer experience when working in our codebase. enhancement New feature or improved functionality.

Development

Successfully merging this pull request may close these issues.

2 participants