aljoscha commented on a change in pull request #7696: [FLINK-11588][core] 
Migrating the CopyableValueSerializer
URL: https://github.com/apache/flink/pull/7696#discussion_r257629391
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/CopyableValueSerializer.java
 ##########
 @@ -122,7 +125,8 @@ public boolean equals(Object obj) {
 
                        return copyableValueSerializer.canEqual(this) &&
                                valueClass == 
copyableValueSerializer.valueClass;
-               } else {
+               }
+               else {
 
 Review comment:
   Nitpicking, but still looks a bit strange.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to