Fix encoding issues in javadoc
Before this change javadoc in two classes had non-UTF-8 encoded characters. This caused building Spring API to fail in Java 1.7. Commit fixes this by replacing wrongly encoded characters with their UTF-8 equivalents. Issue: SPR-9097
This commit is contained in:
committed by
Chris Beams
parent
7ee821d3d1
commit
991b8e9a06
@@ -25,7 +25,7 @@ import org.springframework.expression.spel.ExpressionState;
|
||||
* Implements the multiply operator. Conversions and promotions:
|
||||
* http://java.sun.com/docs/books/jls/third_edition/html/conversions.html Section 5.6.2:
|
||||
*
|
||||
* <p>If any of the operands is of a reference type, unboxing conversion (<28>5.1.8) is performed. Then:<br>
|
||||
* <p>If any of the operands is of a reference type, unboxing conversion (<28>5.1.8) is performed. Then:<br>
|
||||
* If either operand is of type double, the other is converted to double.<br>
|
||||
* Otherwise, if either operand is of type float, the other is converted to float.<br>
|
||||
* Otherwise, if either operand is of type long, the other is converted to long.<br>
|
||||
|
||||
Reference in New Issue
Block a user