Skip to content

Commit f8de08b

Browse files
committed
Sting isn't a primitive apparently
1 parent fc4e5eb commit f8de08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/weaviate/client6/v1/api/collections/vectorizers/Text2VecGoogleVectorizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static Text2VecGoogleVectorizer vertex(
8888
public Text2VecGoogleVectorizer(
8989
String apiEndpoint,
9090
String model,
91-
Sting modelId,
91+
String modelId,
9292
String titleProperty,
9393
Integer dimensions,
9494
TaskType taskType,

0 commit comments

Comments
 (0)