This commit is contained in:
Eleftheria Stein 2021-03-24 11:00:37 +02:00
parent d0d0a8d958
commit f5fe64cd5b

View File

@ -214,7 +214,7 @@ public class WebSecurityConfiguration implements ImportAware, BeanClassLoaderAwa
}
/**
* A custom verision of the Spring provided AnnotationAwareOrderComparator that uses
* A custom version of the Spring provided AnnotationAwareOrderComparator that uses
* {@link AnnotationUtils#findAnnotation(Class, Class)} to look on super class
* instances for the {@link Order} annotation.
*