We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54913ab + 981a142 commit 3857d18Copy full SHA for 3857d18
model/src/main/java/com/basistech/rosette/apimodel/batch/BatchRequest.java
@@ -36,7 +36,7 @@ public final class BatchRequest {
36
* @return id an ID string.
37
*/
38
@Builder.Default
39
- private final String batchId = UUID.randomUUID().toString();;
+ private final String batchId = UUID.randomUUID().toString();
40
41
/**
42
* A URL for RosetteAPI to call to inform you the completion of the batch.
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<artifactId>open-source-parent</artifactId>
24
<groupId>com.basistech</groupId>
25
- <version>14.0.0</version>
+ <version>15.0.0</version>
26
<relativePath />
27
</parent>
28
<packaging>pom</packaging>
0 commit comments