Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flowvault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>skyflow-flowvault-java</artifactId>
<version>1.0.0</version>
<version>1.0.0-dev.04e02e8b</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Skyflow V3 SDK for the Java programming language</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* A record in a bulk tokenize request.
*
* <p>Carries nothing beyond {@link TokenizeRequestRecord} today. It exists as its own type so the
* bulk request has somewhere to grow, mirroring the {@link BulkInsertRecord} / {@link InsertRecord}
* bulk request has somewhere to grow, mirroring the {@link BulkInsertRequestRecord} / {@link InsertRequestRecord}
* split. The index that correlates a record with its result is assigned by the SDK from list
* position and appears only on {@link BulkTokenizeResponseRecord} — callers never supply it.
*/
Expand Down