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

Delete deprecated methods #1077

Merged
merged 3 commits into from
Dec 28, 2018
Merged

Conversation

SrinivasanTarget
Copy link
Member

Change list

Delete deprecated methods

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@@ -166,27 +166,17 @@ protected By buildMobileNativeBy() {
Optional<HowToUseLocators> howToUseLocatorsOptional = ofNullable(howToUseLocators);

By result = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

is this variable still used?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope, it's not used, have deleted it now.

@mykola-mokhnach
Copy link
Contributor

It also makes sense to check the failing job on Azure CI: https://dev.azure.com/srinivasansekar/java-client/_build/results?buildId=74

@mykola-mokhnach
Copy link
Contributor

Checkstyle is still not very happy

@appium appium deleted a comment Dec 28, 2018
@SrinivasanTarget SrinivasanTarget merged commit 67112e6 into appium:master Dec 28, 2018
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

2 participants