Skip to content

Commit

Permalink
Fix typo in filename.
Browse files Browse the repository at this point in the history
SpelPropertyComperatorUnitTests -> SpelPropertyComparatorUnitTests

Closes: #583
  • Loading branch information
Artur Ciocanu authored and christophstrobl committed Jul 18, 2024
1 parent ff44143 commit 57dd8e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
*
* @author Christoph Strobl
* @author Oliver Gierke
* @author Artur Ciocanu
*/
class SpelPropertyComperatorUnitTests {
class SpelPropertyComparatorUnitTests {

private static final SpelExpressionParser PARSER = new SpelExpressionParser();

Expand Down

0 comments on commit 57dd8e8

Please sign in to comment.