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

[10/17] 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/aef33538
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/aef33538
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/aef33538

Branch: refs/heads/feature/GEODE-420
Commit: aef33538d833c3afdd165fd33db9465cc91299e9
Parents: 48dd8b4
Author: Dan Smith <up...@apache.org>
Authored: Wed Jun 15 10:05:24 2016 -0700
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Fri Jun 17 08:05:58 2016 +1000

----------------------------------------------------------------------
 .../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/aef33538/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;