Skip to content

Commit

Permalink
Uncomment SingleResourcePut to test for single resource upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Jul 2, 2024
1 parent dfd077a commit 04d3918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Releases {

object Engine : LibraryArtifact {
override val artifactId = "engine"
override val version = "1.0.0-preview10-SNAPSHOT"
override val version = "1.0.0-preview10-PERF-TEST-SNAPSHOT"
override val name = "Android FHIR Engine Library"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private constructor(
* Not yet implemented - Fetches all changes for a single resource, generates a patch for that
* resource, and creates a single PUT request with the patch.
*/
private object SingleResourcePut :
data object SingleResourcePut :
UploadStrategy(
LocalChangesFetchMode.PerResource,
PatchGeneratorMode.PerResource,
Expand Down

0 comments on commit 04d3918

Please sign in to comment.