You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/01/04 16:29:42 UTC

[cxf] branch 3.1.x-fixes updated: [CXF-6811] Remove unused method that will cause issues on Java9

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

coheigea pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
     new ed078ad  [CXF-6811] Remove unused method that will cause issues on Java9
ed078ad is described below

commit ed078adb86f1951bdb2d6aec205bd53c6e99b15e
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Mar 22 18:52:48 2017 -0400

    [CXF-6811] Remove unused method that will cause issues on Java9
    
    (cherry picked from commit 9063184ba1280e6d2492ec47d6ebfbb7a19c25ab)
---
 core/src/main/java/org/apache/cxf/common/util/ClassHelper.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/common/util/ClassHelper.java b/core/src/main/java/org/apache/cxf/common/util/ClassHelper.java
index 461c84a..6b50ef1 100644
--- a/core/src/main/java/org/apache/cxf/common/util/ClassHelper.java
+++ b/core/src/main/java/org/apache/cxf/common/util/ClassHelper.java
@@ -85,9 +85,4 @@ public class ClassHelper {
             return HELPER.getRealClassInternal(o);
         }
     }
-    public static double getJavaVersion() {
-        String version = System.getProperty("java.version");
-        return Double.parseDouble(version.substring(0, 3));    
-    }
-    
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].