changeset 18263:ce742edd2c63

minor documentation fix
author Doug Simon <doug.simon@oracle.com>
date Wed, 05 Nov 2014 21:19:44 +0100
parents f7d45e2426d4
children e28aa8468d5e
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotJavaType.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotJavaType.java	Wed Nov 05 21:07:59 2014 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotJavaType.java	Wed Nov 05 21:19:44 2014 +0100
@@ -26,7 +26,7 @@
 import com.oracle.graal.hotspot.*;
 
 /**
- * Common interface for all HotSpot {@link JavaType} implementations.
+ * Common base class for all HotSpot {@link JavaType} implementations.
  */
 public abstract class HotSpotJavaType extends CompilerObject implements JavaType {