Skip to content

Commit 0b664a5

Browse files
committed
Fixed below checkstyle violations:
- 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.
1 parent 0cb3c1a commit 0b664a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/io/appium/java_client/AppiumDriver.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,10 @@ public String getContext() {
231231
return contextName;
232232
}
233233

234-
/***
235-
* This method is used to get build version status of running Appium server
236-
* @return map containing version details.
234+
/**
235+
* This method is used to get build version status of running Appium server.
236+
*
237+
* @return map containing version details
237238
*/
238239
public Map<String, String> getStatus() {
239240
Map<String, Object> statusMap = (Map<String, Object>) execute(DriverCommand.STATUS).getValue();

0 commit comments

Comments
 (0)