changeset 9852:ed56953c514b

Fix Checkstyle Error
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 04 Jun 2013 11:06:30 +0200
parents 4249a3510413
children 538ac2cf3383 cf071af51d94
files graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/HeapAccess.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/HeapAccess.java	Tue Jun 04 11:01:20 2013 +0200
+++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/HeapAccess.java	Tue Jun 04 11:06:30 2013 +0200
@@ -55,4 +55,4 @@
      * Returns whether or not the heap access is a compressed pointer candidate.
      */
     boolean compress();
-}
\ No newline at end of file
+}