This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new ccdcf07 GEODE-6434: Changing ordinal variables to GEODE_X_Y_Z format
ccdcf07 is described below
commit ccdcf072e5a5740b17d2259b0645b7d77645eaf8
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Tue Feb 26 12:56:56 2019 -0800
GEODE-6434: Changing ordinal variables to GEODE_X_Y_Z format
missed ClientHealthStats file to use the new variable name.
---
.../java/org/apache/geode/internal/admin/remote/ClientHealthStats.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/internal/admin/remote/ClientHealthStats.java
b/geode-core/src/main/java/org/apache/geode/internal/admin/remote/ClientHealthStats.java
index 0230fa7..6f2337d 100644
---
a/geode-core/src/main/java/org/apache/geode/internal/admin/remote/ClientHealthStats.java
+++
b/geode-core/src/main/java/org/apache/geode/internal/admin/remote/ClientHealthStats.java
@@ -93,7 +93,8 @@ public class ClientHealthStats implements
DataSerializableFixedID, Serializable
/** The versions in which this message was modified */
@Immutable
- private static final Version[] dsfidVersions = new Version[]
{Version.GFE_80, Version.GEODE_190};
+ private static final Version[] dsfidVersions =
+ new Version[] {Version.GFE_80, Version.GEODE_1_9_0};
public ClientHealthStats() {}