From 3b20d711937022268024a2968750e319dbd44bc6 Mon Sep 17 00:00:00 2001 From: serv-inc Date: Thu, 17 Oct 2024 11:35:21 +0200 Subject: [PATCH] Fix typo in `EnableSpringDataWebSupport`. Closes #3178 --- .../data/web/config/EnableSpringDataWebSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java b/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java index 32635ef3a..9a6d4df0c 100644 --- a/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java +++ b/src/main/java/org/springframework/data/web/config/EnableSpringDataWebSupport.java @@ -77,7 +77,7 @@ import org.springframework.util.ClassUtils; @Import({ EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector.class, EnableSpringDataWebSupport.QuerydslActivator.class, - EnableSpringDataWebSupport.SpringDataWebSettingsRegistar.class + EnableSpringDataWebSupport.SpringDataWebSettingsRegistrar.class }) public @interface EnableSpringDataWebSupport { @@ -175,7 +175,7 @@ public @interface EnableSpringDataWebSupport { * @soundtrack Norah Jones - Chasing Pirates * @since 3.3 */ - static class SpringDataWebSettingsRegistar implements ImportBeanDefinitionRegistrar { + static class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar { /* * (non-Javadoc)