Fix Javadoc syntax.

This commit is contained in:
John Blum
2021-04-15 13:43:00 -07:00
parent ba2e73e70c
commit 02e68e62e4

View File

@@ -44,7 +44,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Spring {@link FactoryBean} used to construct, configure and initialize a {@literal peer} {@link Cache) instance.
* Spring {@link FactoryBean} used to construct, configure and initialize a {@literal peer} {@link Cache} instance.
*
* Allows either the retrieval of an existing, open {@link Cache} or the creation of a new {@link Cache}.
*