Skip to content

Commit

Permalink
Small fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLechnerREWE committed Nov 8, 2024
1 parent a6db054 commit 0df595c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class Perform2SequentialNetworkRequestsViewModel(

fun perform2SequentialNetworkRequest() {
// TODO: Exercise 1
// switch to branch "coroutine_course_full" to see solution
// switch to branch "coroutine_course_complete" to see solution
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TimeoutAndRetryViewModel(
val timeout = 1000L

// TODO: Exercise 3
// switch to branch "coroutine_course_full" to see solution
// switch to branch "coroutine_course_complete" to see solution

// run api.getAndroidVersionFeatures(27) and api.getAndroidVersionFeatures(28) in parallel
}
Expand Down

0 comments on commit 0df595c

Please sign in to comment.