File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-expression/src/main/java/org/springframework/expression/spel/ast
spring-test/src/main/java/org/springframework/test/context/support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
* Implements the multiply operator. Conversions and promotions:
26
26
* http://java.sun.com/docs/books/jls/third_edition/html/conversions.html Section 5.6.2:
27
27
*
28
- * <p>If any of the operands is of a reference type, unboxing conversion (¤ 5.1.8) is performed. Then:<br>
28
+ * <p>If any of the operands is of a reference type, unboxing conversion (§ 5.1.8) is performed. Then:<br>
29
29
* If either operand is of type double, the other is converted to double.<br>
30
30
* Otherwise, if either operand is of type float, the other is converted to float.<br>
31
31
* Otherwise, if either operand is of type long, the other is converted to long.<br>
Original file line number Diff line number Diff line change 34
34
* {@code DelegatingSmartContextLoader} is an implementation of the {@link SmartContextLoader}
35
35
* SPI that delegates to a set of <em>candidate</em> SmartContextLoaders (i.e.,
36
36
* {@link GenericXmlContextLoader} and {@link AnnotationConfigContextLoader}) to
37
- * determine which context loader is appropriate for a given test classÕs configuration.
37
+ * determine which context loader is appropriate for a given test class's configuration.
38
38
* Each candidate is given a chance to {@link #processContextConfiguration process} the
39
39
* {@link ContextConfigurationAttributes} for each class in the test class hierarchy that
40
40
* is annotated with {@link ContextConfiguration @ContextConfiguration}, and the candidate
You can’t perform that action at this time.
0 commit comments