yifan-c commented on code in PR #146:
URL: 
https://github.com/apache/cassandra-analytics/pull/146#discussion_r2457144956


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/util/SbwKryoRegistrator.java:
##########
@@ -65,7 +67,7 @@ public void registerClasses(@NotNull Kryo kryo)
         kryo.register(StorageCredentials.class, new 
StorageCredentials.Serializer());
     }
 
-    public static void addJavaSerializableClass(@NotNull Class<? extends 
Serializable> javaSerializableClass)
+    public static void addJavaSerializableClass(@NotNull Class<?> 
javaSerializableClass)

Review Comment:
   Added documentation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to