# HG changeset patch # User Doug Simon # Date 1421684671 -3600 # Node ID ceeaa3d58f1cd00986d4f327743bc1300e5c45ae # Parent 5e85485a1b44ddc1e7906c19cec47a8eb78ff23c removed invalid reference from javadoc diff -r 5e85485a1b44 -r ceeaa3d58f1c graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/PlatformKind.java --- 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();