We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caff990 commit eef5bbcCopy full SHA for eef5bbc
1 file changed
src/main/java/io/weaviate/client6/v1/internal/DateUtil.java
@@ -15,7 +15,7 @@ public final class DateUtil {
15
private DateUtil() {
16
}
17
18
- /** Convert ISO8601-formatted time string to {@Olink OffsetDateTime}. */
+ /** Convert ISO8601-formatted time string to {@link OffsetDateTime}. */
19
public static OffsetDateTime fromISO8601(String iso8601) {
20
return OffsetDateTime.parse(iso8601);
21
0 commit comments