diff jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ValueKind.java @ 23397:a7b12c1ab514

Javadoc fix.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 13 May 2016 16:38:50 +0200
parents 9ed5b586018b
children 282873d0192c
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ValueKind.java	Fri May 13 14:33:19 2016 +0200
+++ b/jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ValueKind.java	Fri May 13 16:38:50 2016 +0200
@@ -78,7 +78,7 @@
     }
 
     /**
-     * Create a new {@link ValueKind} with a different {@link PlatformKind}. Subclasses should
+     * Create a new {@link ValueKind} with a different {@link PlatformKind}. Subclasses must
      * override this to preserve the additional information added by the compiler.
      */
     public abstract K changeType(PlatformKind newPlatformKind);