diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypeResolved.java @ 2294:0eb807bd8942

Checkstyle fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 18:01:44 +0200
parents 6190d20bd6d6
children
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypeResolved.java	Mon Apr 11 17:42:45 2011 +0200
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypeResolved.java	Mon Apr 11 18:01:44 2011 +0200
@@ -25,12 +25,12 @@
 
 public interface HotSpotTypeResolved extends RiType, Remote {
 
-    public String toString();
+    String toString();
 
-    public RiConstantPool constantPool();
+    RiConstantPool constantPool();
 
-    public int instanceSize();
+    int instanceSize();
 
-    public RiField createRiField(String name, RiType type, int offset);
+    RiField createRiField(String name, RiType type, int offset);
 
 }
\ No newline at end of file