Skip to content

Commit

Permalink
Fixed below checkstyle violations:
Browse files Browse the repository at this point in the history
- Empty line should be followed by <p> tag on the next line.	234
- First sentence of Javadoc is missing an ending period.	234

Ran ./gradlew clean checkstyleMain, BUILD is SUCCESSFUL now.
  • Loading branch information
anilkrverma committed Jun 16, 2019
1 parent 0cb3c1a commit 0b664a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/io/appium/java_client/AppiumDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,10 @@ public String getContext() {
return contextName;
}

/***
* This method is used to get build version status of running Appium server
* @return map containing version details.
/**
* This method is used to get build version status of running Appium server.
*
* @return map containing version details
*/
public Map<String, String> getStatus() {
Map<String, Object> statusMap = (Map<String, Object>) execute(DriverCommand.STATUS).getValue();
Expand Down

0 comments on commit 0b664a5

Please sign in to comment.