You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update maintained CI paths for the Java 11 baseline, including JDK 17 compiler flags, javadoc skips, authenticated version lookup, examples compilation, and runtime-specific reports.
Copy file name to clipboardExpand all lines: mapper-processor/src/main/java/com/datastax/oss/driver/internal/mapper/processor/dao/DaoReturnTypeKind.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public interface DaoReturnTypeKind {
40
40
* @param helperFieldName the name of the helper for entity conversions (might not get used for
41
41
* certain kinds, in that case it's ok to pass null).
42
42
* @param methodElement the return type of the method (in case the result must be cast).
43
-
* @param typeParameters
43
+
* @param typeParameters the type parameters declared on the DAO method.
0 commit comments