|
@@ -275,8 +275,9 @@ public class ReflectionUtils {
|
|
|
|
|
|
/**
|
|
|
* Make a copy of the writable object using serialization to a buffer
|
|
|
- * @param dst the object to copy from
|
|
|
- * @param src the object to copy into, which is destroyed
|
|
|
+ * @param src the object to copy from
|
|
|
+ * @param dst the object to copy into, which is destroyed
|
|
|
+ * @return dst param (the copy)
|
|
|
* @throws IOException
|
|
|
*/
|
|
|
@SuppressWarnings("unchecked")
|