Skip to content

Commit eef5bbc

Browse files
committed
chore: fix javadoc
1 parent caff990 commit eef5bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/weaviate/client6/v1/internal/DateUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public final class DateUtil {
1515
private DateUtil() {
1616
}
1717

18-
/** Convert ISO8601-formatted time string to {@Olink OffsetDateTime}. */
18+
/** Convert ISO8601-formatted time string to {@link OffsetDateTime}. */
1919
public static OffsetDateTime fromISO8601(String iso8601) {
2020
return OffsetDateTime.parse(iso8601);
2121
}

0 commit comments

Comments
 (0)