diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/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/ri/package-info.java	Thu Mar 08 17:57:30 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/package-info.java	Thu Mar 08 19:11:12 2012 +0100
@@ -22,7 +22,7 @@
  */
 /**
  * The runtime-provided part of the bi-directional 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}.
+ * instruction set defined in {@link com.oracle.graal.compiler.graphbuilder.Bytecodes}.
  * <p>
  * Unlike the {@link com.oracle.max.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely
  * using interfaces, that must be implemented by classes provided by a specific runtime implementation.