--- old/src/share/classes/java/util/function/BinaryOperator.java 2012-12-04 21:26:52.472643268 -0800 +++ new/src/share/classes/java/util/function/BinaryOperator.java 2012-12-04 21:26:52.260643258 -0800 @@ -35,9 +35,9 @@ public interface BinaryOperator { /** - * Returns the result of the operation upon the operands. - * The operands are named {@code left} and {@code right} for operations - * where the order of operands matters. + * Returns the result of the operation upon the operands. The operands are + * named {@code left} and {@code right} for operations where the order of + * operands matters. * * @param left the left operand * @param right the right operand