diff graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/FixedWithNextNode.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 141817e206d4
children 60f90b4b6a12
line wrap: on
line diff
--- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/FixedWithNextNode.java	Wed Jan 23 16:34:38 2013 +0100
+++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/FixedWithNextNode.java	Wed Jan 23 16:34:57 2013 +0100
@@ -25,7 +25,8 @@
 import com.oracle.graal.nodes.type.*;
 
 /**
- * Base class of all nodes that are fixed within the control flow graph and have an immediate successor.
+ * Base class of all nodes that are fixed within the control flow graph and have an immediate
+ * successor.
  */
 public abstract class FixedWithNextNode extends FixedNode {