diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotTypeUnresolved.java @ 5775:2c088af17e59

Removed left over Ri* prefixed identifiers
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jul 2012 21:47:16 +0200
parents 70f715dfbb41
children 2691e320d37c
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotTypeUnresolved.java	Thu Jul 05 21:39:22 2012 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotTypeUnresolved.java	Thu Jul 05 21:47:16 2012 +0200
@@ -27,7 +27,7 @@
 import com.oracle.graal.hotspot.*;
 
 /**
- * Implementation of RiType for unresolved HotSpot classes.
+ * Implementation of {@link JavaType} for unresolved HotSpot classes.
  */
 public class HotSpotTypeUnresolved extends HotSpotJavaType {