We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848de3f commit bcb3485Copy full SHA for bcb3485
AndroidLib/Classes/AndroidController/Fastboot.cs
@@ -18,7 +18,7 @@ public class FastbootCommand
18
internal FastbootCommand(string command) { this.command = command; this.timeout = RegawMOD.Command.DEFAULT_TIMEOUT; }
19
20
/// <summary>
21
- /// Sets the timeout for the AdbCommand
+ /// Sets the timeout for the FastbootCommand
22
/// </summary>
23
/// <param name="timeout">The timeout for the command in milliseconds</param>
24
public FastbootCommand WithTimeout(int timeout) { this.timeout = timeout; return this; }
0 commit comments