diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/NodeVisitor.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 a4b84ba6dc2e
children 494b818b527c
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/NodeVisitor.java	Wed Jan 23 16:34:38 2013 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/NodeVisitor.java	Wed Jan 23 16:34:57 2013 +0100
@@ -28,9 +28,9 @@
 public interface NodeVisitor {
 
     /**
-     * This visitor method is called for every node in the tree. Its return value determines if the children of this
-     * node should be excluded in the iteration.
-     *
+     * This visitor method is called for every node in the tree. Its return value determines if the
+     * children of this node should be excluded in the iteration.
+     * 
      * @param node the node that is currently visited
      * @return {@code true} if the children should be visited too, {@code false} otherwise
      */