mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
fixing TODOs
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ package org.springframework.expression.spel;
|
||||
* @author Andy Clement
|
||||
*/
|
||||
public class ParserErrorMessagesTests extends ExpressionTestCase {
|
||||
// TODO (asc) extract expected insert messages into constants (just in case of changes)?
|
||||
// TODO (asc) review poor messages, marked // POOR below
|
||||
// TODO extract expected insert messages into constants (just in case of changes)?
|
||||
// TODO review poor messages, marked // POOR below
|
||||
|
||||
public void testBrokenExpression01() {
|
||||
// will not fit into an int, needs L suffix
|
||||
|
||||
Reference in New Issue
Block a user