Skip to content

Commit a23c34a

Browse files
committed
chore: update method docs after refactoring
1 parent d5328df commit a23c34a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ class CoderRemoteEnvironment(
304304
}
305305

306306
/**
307-
* Launches the SSH connection if the workspace is ready and there is no connection already established.
308-
*
309-
* Returns true if the SSH connection was scheduled to start, false otherwise.
307+
* Schedules the SSH connection to start as soon as possible if the workspace is ready and there is no connection already established.
310308
*/
311309
fun startSshConnection() {
312310
if (environmentStatus.ready() && !isConnected.value) {

0 commit comments

Comments
 (0)