mivanac commented on a change in pull request #5630:
URL: https://github.com/apache/geode/pull/5630#discussion_r580191378



##########
File path: 
geode-core/src/main/java/org/apache/geode/cache/configuration/CacheConfig.java
##########
@@ -2612,7 +2612,8 @@ public void setOverflowDirectory(String value) {
   @XmlAccessorType(XmlAccessType.FIELD)
   @XmlType(name = "", propOrder = {"gatewayEventFilters", 
"gatewayEventSubstitutionFilter",
       "gatewayTransportFilters"})
-  public static class GatewaySender {
+  public static class GatewaySender extends CacheElement {

Review comment:
       Removed serialization impacts, so no need for additional tests.




----------------------------------------------------------------
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]


Reply via email to