diff graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/Range.java @ 7530:5e3d1a68664e

applied mx eclipseformat to all Java files
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:34:57 +0100
parents e808627bd16f
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/Range.java	Wed Jan 23 16:34:38 2013 +0100
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/alloc/Range.java	Wed Jan 23 16:34:57 2013 +0100
@@ -22,7 +22,6 @@
  */
 package com.oracle.graal.compiler.alloc;
 
-
 /**
  * Represents a range of integers from a start (inclusive) to an end (exclusive.
  */
@@ -49,10 +48,9 @@
         return intersectsAt(r) != -1;
     }
 
-
     /**
      * Creates a new range.
-     *
+     * 
      * @param from the start of the range, inclusive
      * @param to the end of the range, exclusive
      * @param next link to the next range in a linked list