changeset 18882:ceeaa3d58f1c

removed invalid reference from javadoc
author Doug Simon <doug.simon@oracle.com>
date Mon, 19 Jan 2015 17:24:31 +0100
parents 5e85485a1b44
children fe7a58f50fe4
files graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/PlatformKind.java
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/PlatformKind.java	Mon Jan 19 16:06:04 2015 +0100
+++ b/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/PlatformKind.java	Mon Jan 19 17:24:31 2015 +0100
@@ -22,8 +22,6 @@
  */
 package com.oracle.graal.api.meta;
 
-import com.sun.javafx.collections.MappingChange.Map;
-
 /**
  * Represents a platform-specific low-level type for values.
  */
@@ -64,9 +62,9 @@
     }
 
     /**
-     * Gets a value associated with this object that can be used as a stable key in a {@link Map}.
-     * The {@link Object#hashCode()} implementation of the returned value should be stable between
-     * VM executions.
+     * Gets a value associated with this object that can be used as a stable key in a map. The
+     * {@link Object#hashCode()} implementation of the returned value should be stable between VM
+     * executions.
      */
     Key getKey();