mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-25 03:39:44 +01:00
Fix method reference in javadoc
This commit is contained in:
parent
480b8a4f7e
commit
51181c2d49
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ public final class TerminalSession extends TerminalOutput {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The file descriptor referencing the master half of a pseudo-terminal pair, resulting from calling
|
* The file descriptor referencing the master half of a pseudo-terminal pair, resulting from calling
|
||||||
* {@link JNI#createSubprocess(String, String, String[], String[], int[])}.
|
* {@link JNI#createSubprocess(String, String, String[], String[], int[], int, int)}.
|
||||||
*/
|
*/
|
||||||
private int mTerminalFileDescriptor;
|
private int mTerminalFileDescriptor;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue