pivotal-jbarrett commented on a change in pull request #6702:
URL: https://github.com/apache/geode/pull/6702#discussion_r680262013
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/ObjectPartList.java
##########
@@ -56,48 +52,48 @@
protected boolean hasKeys;
- protected List keys;
+ protected List<Object> keys;
- protected List objects;
+ protected List<Object> objects;
public void addPart(Object key, Object value, byte objectType, VersionTag
versionTag) {
Review comment:
See previous comments on the issues with `VersionTag`.
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/VersionedObjectList.java
##########
@@ -83,13 +81,13 @@ public void addKeyAndVersion(Object key, VersionTag
versionTag) {
logger.trace(LogMarker.VERSIONED_OBJECT_LIST_VERBOSE,
Review comment:
See previous comments on the issues with `VersionTag`.
--
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]