From e40cc6548ff76b3bef55ad61104400d39f5ec09c Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 13 Dec 2021 18:53:11 -0800 Subject: [PATCH] Fix Javadoc in the DependencyOf annotation. --- .../extensions/spring/context/annotation/DependencyOf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java index f0bc35e..a591cf3 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java @@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor; * However, with the {@link DependencyOf} annotation, a bean B can say it is a required dependency for bean A, * or rather that bean A depends on bean B. * - * Therefore, the following bean definitions for A & B are equivalent: + * Therefore, the following bean definitions for A and B are equivalent: * *
  *