Skip to content

Commit

Permalink
Prepare titan sr3 release with fix for scala 2.13.
Browse files Browse the repository at this point in the history
Change-Id: Ia1fbdbb1836241ca1fdcd23bbe4b61f9348c3dd5
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/205174
Tested-by: Build Bot <[email protected]>
Reviewed-by: Michael Reiche <[email protected]>
  • Loading branch information
mikereiche committed Feb 6, 2024
1 parent ebc02c3 commit b0e1bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class AsyncScopeSearchIndexManager private[scala] (
.map(
_.asScala
.map(result => JsonObject.fromJson(result.toString))
.toSeq
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class AsyncSearchIndexManager(private[scala] val couchbaseOps: CoreCouchbaseOps)
.map(
_.asScala
.map(result => JsonObject.fromJson(result.toString))
.toSeq
)
}
}

0 comments on commit b0e1bd1

Please sign in to comment.