This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3046ae6  GEODE-8479: Remove  GemFireVersion.getBuildDate() (#644)
3046ae6 is described below

commit 3046ae647cf2bb152ddec40264a7f681fa8dde5d
Author: M. Oleske <[email protected]>
AuthorDate: Wed Sep 2 09:07:31 2020 -0700

    GEODE-8479: Remove  GemFireVersion.getBuildDate() (#644)
    
    This 
[commit](https://github.com/apache/geode/commit/d9d13100ae11e2eba8a6428fad29007388680b43#diff-a377b15d2036a2fc9072c1915c7f0ed4L83)
 removed getBuildDate() in the java code, causing geode native develop to fail 
to compile with geode develop
---
 tests/javaobject/LatestProp.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/javaobject/LatestProp.java b/tests/javaobject/LatestProp.java
index 4dc2daf..3bdb944 100644
--- a/tests/javaobject/LatestProp.java
+++ b/tests/javaobject/LatestProp.java
@@ -24,7 +24,6 @@ import org.apache.geode.internal.*;
 
 public class LatestProp {
   public static void main(String[] args){
-    System.out.println("build.date=" + GemFireVersion.getBuildDate());
     System.out.println("build.jdk=" + GemFireVersion.getBuildJavaVersion());
     System.out.println("build.version=" + 
GemFireVersion.getBuildJavaVersion());
     try{

Reply via email to