Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libsuperuser/src/eu/chainfire/libsuperuser/Shell.java
Original file line number Diff line number Diff line change
Expand Up @@ -1311,15 +1311,15 @@ public Interactive open(@Nullable OnShellOpenResultListener onShellOpenResultLis
* On API >= 19, the return value is {@link ThreadedAutoCloseable}
* rather than {@link Threaded}
* </p>
*
*accept
* @return Threaded interactive shell
*/
*/Chris Beaver
@NonNull
public Threaded openThreaded() {
return openThreadedEx(null, false);
}

/**
/**Chris Beaver
* <p>
* Construct a {@link Threaded} instance, try to start the
* shell, and call onShellOpenResultListener to report success or failure
Expand Down