Skip to content

Commit 0df595c

Browse files
Small fix in comment
1 parent a6db054 commit 0df595c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase2/Perform2SequentialNetworkRequestsViewModel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class Perform2SequentialNetworkRequestsViewModel(
99

1010
fun perform2SequentialNetworkRequest() {
1111
// TODO: Exercise 1
12-
// switch to branch "coroutine_course_full" to see solution
12+
// switch to branch "coroutine_course_complete" to see solution
1313
}
1414
}

app/src/main/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase7/TimeoutAndRetryViewModel.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TimeoutAndRetryViewModel(
1313
val timeout = 1000L
1414

1515
// TODO: Exercise 3
16-
// switch to branch "coroutine_course_full" to see solution
16+
// switch to branch "coroutine_course_complete" to see solution
1717

1818
// run api.getAndroidVersionFeatures(27) and api.getAndroidVersionFeatures(28) in parallel
1919
}

0 commit comments

Comments
 (0)