File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/src/main/java/com/datastax/oss/driver/api/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1016,8 +1016,8 @@ public enum DefaultDriverOption implements DriverOption {
10161016 * }
10171017 * </pre>
10181018 *
1019- * Note: subnets must be represented as prefix blocks, see {@link
1020- * inet. ipaddr.Address# isPrefixBlock()}.
1019+ * Note: subnets must be represented as prefix blocks, see <a
1020+ * href="https://javadoc.io/doc/com.github.seancfoley/ipaddress/latest/ inet/ipaddr/Address.html#isPrefixBlock--">inet. ipaddr.Address. isPrefixBlock()</a>
10211021 *
10221022 * <p>Value type: {@link java.util.Map Map}<{@link String},{@link String}>
10231023 */
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public static <V> CqlVector<V> newInstance(List<V> list) {
8080 * Create a new CqlVector instance from the specified string representation.
8181 *
8282 * @param str a String representation of a CqlVector
83- * @param subtypeCodec
83+ * @param subtypeCodec the codec to use to parse the individual elements
8484 * @return a new CqlVector built from the String representation
8585 */
8686 public static <V > CqlVector <V > from (@ NonNull String str , @ NonNull TypeCodec <V > subtypeCodec ) {
You can’t perform that action at this time.
0 commit comments