mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-04 17:52:11 +00:00
Correcting a typo in ElasticsearchAotPredicates class.
Original Pull Request #2881 Closes #2880
This commit is contained in:
parent
c96423d5ba
commit
0a51dbab01
@ -25,11 +25,11 @@ import org.springframework.data.util.ReactiveWrappers;
|
|||||||
*/
|
*/
|
||||||
public class ElasticsearchAotPredicates {
|
public class ElasticsearchAotPredicates {
|
||||||
|
|
||||||
public static final Predicate<ReactiveWrappers.ReactiveLibrary> IS_REACTIVE_LIBARARY_AVAILABLE = (
|
public static final Predicate<ReactiveWrappers.ReactiveLibrary> IS_REACTIVE_LIBRARY_AVAILABLE = (
|
||||||
lib) -> ReactiveWrappers.isAvailable(lib);
|
lib) -> ReactiveWrappers.isAvailable(lib);
|
||||||
|
|
||||||
public static boolean isReactorPresent() {
|
public static boolean isReactorPresent() {
|
||||||
return IS_REACTIVE_LIBARARY_AVAILABLE.test(ReactiveWrappers.ReactiveLibrary.PROJECT_REACTOR);
|
return IS_REACTIVE_LIBRARY_AVAILABLE.test(ReactiveWrappers.ReactiveLibrary.PROJECT_REACTOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user