Delete deprecated methods by SrinivasanTarget · Pull Request #1077 · appium/java-client

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@SrinivasanTarget

Copy link Copy Markdown

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 Copy Markdown

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 Copy Markdown

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 Copy Markdown

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 Copy Markdown

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

Reviewers

@mykola-mokhnach mykola-mokhnach mykola-mokhnach approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@SrinivasanTarget @mykola-mokhnach