Fix Javadoc to comply with Java 17 Javadoc syntax restrictions.
This commit is contained in:
@@ -49,7 +49,7 @@ import org.springframework.util.StringUtils;
|
||||
* using Apache Geode as the caching provider.
|
||||
*
|
||||
* @author John Blum
|
||||
* @see javax.annotation.PostConstruct
|
||||
* @see jakarta.annotation.PostConstruct
|
||||
* @see org.apache.geode.cache.GemFireCache
|
||||
* @see org.springframework.boot.SpringBootConfiguration
|
||||
* @see org.springframework.boot.autoconfigure.EnableAutoConfiguration
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
/**
|
||||
* Spring Boot {@link ConfigurationProperties} used to configure an Apache Geode {@link ClientCache} Security
|
||||
* (authentication & authorization).
|
||||
* (authentication & authorization).
|
||||
*
|
||||
* The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG)
|
||||
* {@link Properties}.
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
/**
|
||||
* Spring Boot {@link ConfigurationProperties} used to configure an Apache Geode peer {@link Cache} Security
|
||||
* (authentication & authorization).
|
||||
* (authentication & authorization).
|
||||
*
|
||||
* The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG)
|
||||
* {@link Properties}.
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.NestedConfigurationProperty;
|
||||
/**
|
||||
* Spring Boot {@link ConfigurationProperties} used to configure Apache Geode Security.
|
||||
*
|
||||
* Security configuration covers Authentication & Authorization (AUTH) as well as Secure Transport using SSL
|
||||
* Security configuration covers Authentication & Authorization (AUTH) as well as Secure Transport using SSL
|
||||
* (i.e. securing data in motion). Securing data at rest (e.g. disk based encryption) is not yet supported.
|
||||
*
|
||||
* The configuration {@link Properties} are based on well-known, documented Spring Data for Apache Geode (SDG)
|
||||
|
||||
@@ -55,7 +55,7 @@ import lombok.RequiredArgsConstructor;
|
||||
import lombok.ToString;
|
||||
|
||||
/**
|
||||
* Integration Tests testing and asserting the interaction between an Apache Geode client & server
|
||||
* Integration Tests testing and asserting the interaction between an Apache Geode client & server
|
||||
* in the client/server topology, bootstrapped, configured and initialized with Spring Boot for Apache Geode.
|
||||
*
|
||||
* @author John Blum
|
||||
|
||||
Reference in New Issue
Block a user