From 00f8247501b690bad4ba7094847f4fb48b19c4f7 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 --- .../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 32635ef3a4..9a6d4df0c8 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({ EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector.class, EnableSpringDataWebSupport.QuerydslActivator.class, - EnableSpringDataWebSupport.SpringDataWebSettingsRegistar.class + EnableSpringDataWebSupport.SpringDataWebSettingsRegistrar.class }) public @interface EnableSpringDataWebSupport { @@ -175,7 +175,7 @@ public String[] selectImports(AnnotationMetadata importingClassMetadata) { * @soundtrack Norah Jones - Chasing Pirates * @since 3.3 */ - static class SpringDataWebSettingsRegistar implements ImportBeanDefinitionRegistrar { + static class SpringDataWebSettingsRegistrar implements ImportBeanDefinitionRegistrar { /* * (non-Javadoc)