fixing TODOs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@59 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
bc38f8cd66
commit
7ea18e23ab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue