# HG changeset patch # User Tom Rodriguez # Date 1424919600 28800 # Node ID 81a4eeea02643ecb55a50abeb3c73272bf7a05e4 # Parent 6d895b028a44bac9ab77efd1b79100165c754071 Correct JavaDoc diff -r 6d895b028a44 -r 81a4eeea0264 graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/BinaryOpLogicNode.java --- 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() {