sv2000 commented on a change in pull request #2842: [GOBBLIN-997] Add
serialVersionUID to FlowSpec for backwards compatibility
URL: https://github.com/apache/incubator-gobblin/pull/2842#discussion_r354622336
##########
File path:
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/api/FlowSpec.java
##########
@@ -52,7 +53,10 @@
@Alpha
@Data
@EqualsAndHashCode(exclude={"compilationErrors"})
+@SuppressFBWarnings(value="SE_BAD_FIELD")
Review comment:
Can we add a justification why we want to suppress the warnings?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services