Fix typo in filename.
SpelPropertyComperatorUnitTests -> SpelPropertyComparatorUnitTests Closes: #583
This commit is contained in:
committed by
Christoph Strobl
parent
ff44143912
commit
57dd8e8ee6
@@ -28,8 +28,9 @@ import org.springframework.expression.spel.standard.SpelExpressionParser;
|
||||
*
|
||||
* @author Christoph Strobl
|
||||
* @author Oliver Gierke
|
||||
* @author Artur Ciocanu
|
||||
*/
|
||||
class SpelPropertyComperatorUnitTests {
|
||||
class SpelPropertyComparatorUnitTests {
|
||||
|
||||
private static final SpelExpressionParser PARSER = new SpelExpressionParser();
|
||||
|
||||
Reference in New Issue
Block a user