Skip to content

Commit c882090

Browse files
committed
Update: fix refs in comment doc of UploadStarter
1 parent 4e3afa9 commit c882090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/src/main/java/org/wordpress/android/ui/uploads/UploadStarter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import kotlin.coroutines.CoroutineContext
4545
*
4646
* The method [activateAutoUploading] must be called once, preferably during app creation, for the auto-uploads to work.
4747
*
48-
* @param mutex When the app comes to foreground both `queueUploadFromAllSites` and `queueUploadFromSite` are invoked.
48+
* @param mutex When the app comes to foreground both [queueUploadFromAllSites] and [queueUploadFromSite] are invoked.
4949
* The problem is that they can run in parallel and `uploadServiceFacade.isPostUploadingOrQueued(it)` might return
5050
* out-of-date result and a same post is added twice.
5151
*/

0 commit comments

Comments
 (0)