Skip to content

Commit

Permalink
Update engine/src/main/java/com/google/android/fhir/db/impl/dao/Resou…
Browse files Browse the repository at this point in the history
…rceDao.kt

Co-authored-by: Jing Tang <[email protected]>
  • Loading branch information
aditya-07 and jingtang10 authored Oct 18, 2023
1 parent 8cdc955 commit 30b43a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal abstract class ResourceDao {
/**
* Updates the resource in the [ResourceEntity] and adds indexes.
*
* @param [resource] The resource with the remote(server) updates.
* @param [resource] the resource with the remote(server) updates
*/
private suspend fun applyRemoteUpdate(resource: Resource) {
getResourceEntity(resource.logicalId, resource.resourceType)?.let {
Expand Down

0 comments on commit 30b43a7

Please sign in to comment.