Skip to content

Commit 9f19513

Browse files
committed
Minor doc fix
1 parent 24b8567 commit 9f19513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/local/Local.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void makeCommand(Map<String, String> options, String opCode) {
145145
/**
146146
* Checks if process with pid is running
147147
*
148-
* @param options Options supplied for the Local instance
148+
* @param pid pid for the process to be checked.
149149
* @link http://stackoverflow.com/a/26423642/941691
150150
*/
151151
private boolean isProcessRunning(int pid) throws Exception {

0 commit comments

Comments
 (0)