changeset 19594:81a4eeea0264

Correct JavaDoc
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 25 Feb 2015 19:00:00 -0800
parents 6d895b028a44
children b6beb2161e7a
files graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/BinaryOpLogicNode.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/BinaryOpLogicNode.java	Wed Feb 25 17:53:51 2015 -0800
+++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/BinaryOpLogicNode.java	Wed Feb 25 19:00:00 2015 -0800
@@ -64,7 +64,7 @@
      * inputs by increasing {@link Node#id} and call {@link Graph#findDuplicate(Node)} on the node
      * if it's currently in a graph.
      *
-     * @return the original node or another node with the same input ordering
+     * @return the original node or another node with the same inputs, ignoring ordering.
      */
     @SuppressWarnings("deprecation")
     public LogicNode maybeCommuteInputs() {