Skip to content

Commit 57dd8e8

Browse files
Artur Ciocanuchristophstrobl
Artur Ciocanu
authored andcommitted
Fix typo in filename.
SpelPropertyComperatorUnitTests -> SpelPropertyComparatorUnitTests Closes: #583
1 parent ff44143 commit 57dd8e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/springframework/data/keyvalue/core/SpelPropertyComperatorUnitTests.java renamed to src/test/java/org/springframework/data/keyvalue/core/SpelPropertyComparatorUnitTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
*
2929
* @author Christoph Strobl
3030
* @author Oliver Gierke
31+
* @author Artur Ciocanu
3132
*/
32-
class SpelPropertyComperatorUnitTests {
33+
class SpelPropertyComparatorUnitTests {
3334

3435
private static final SpelExpressionParser PARSER = new SpelExpressionParser();
3536

0 commit comments

Comments
 (0)