diff graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents aaac4894175c
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java	Thu Mar 08 17:57:30 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java	Thu Mar 08 19:11:12 2012 +0100
@@ -24,7 +24,7 @@
  * A virtual machine compiler-runtime interface (CRI).
  * <p>
  * Specifically, this package defines an interface between the compiler and the runtime system of a virtual machine for
- * the instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}. The interface has three components:
+ * the instruction set defined in {@link com.oracle.graal.compiler.graphbuilder.Bytecodes}. The interface has three components:
  * <ol>
  * <li>the {@link com.oracle.max.cri.ci compiler-provided interface} that must be used by the runtime.
  * <li>the {@link com.oracle.max.cri.ri runtime-provided interface} that must be used by the compiler.