You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/06/15 17:22:11 UTC

[2/2] incubator-geode git commit: GEODE-1542: Removing a bogus static import of javafx class

GEODE-1542: Removing a bogus static import of javafx class

This class picked up a bad import of a javafx class. With openjdk this
causes compile errors.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3de21f56
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3de21f56
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3de21f56

Branch: refs/heads/develop
Commit: 3de21f56a7381cea926be9fe33c8e1a1456c564d
Parents: a7b6b25
Author: Dan Smith <up...@apache.org>
Authored: Wed Jun 15 10:05:24 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Wed Jun 15 10:09:14 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/com/gemstone/gemfire/internal/SocketCreator.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3de21f56/geode-core/src/main/java/com/gemstone/gemfire/internal/SocketCreator.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/SocketCreator.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/SocketCreator.java
index 739028c..fded3c3 100755
--- a/geode-core/src/main/java/com/gemstone/gemfire/internal/SocketCreator.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/SocketCreator.java
@@ -16,8 +16,6 @@
  */
 package com.gemstone.gemfire.internal;
 
-import static javafx.scene.input.KeyCode.L;
-
 import com.gemstone.gemfire.GemFireConfigException;
 import com.gemstone.gemfire.SystemConnectException;
 import com.gemstone.gemfire.SystemFailure;