Add missing '<p>' tags on blank/empty lines between doc in Javadoc.

This commit is contained in:
John Blum
2023-06-24 10:16:29 -07:00
parent 81e9c31b51
commit db0f304477
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.lang.NonNull;
/**
* The {@link SpringApplicationContextIntegrationTestsSupport} class is an extension of {@link IntegrationTestsSupport}
* for writing Integration Tests involving a Spring {@link ApplicationContext}.
*
* <p>
* This class contains functionality common to all Integration Tests involving a Spring {@link ApplicationContext}
* and can be extended to create, acquire a reference and close the {@link ApplicationContext}
* on test class completion, properly.

View File

@@ -62,7 +62,7 @@ public @interface EnableGemFireMockObjects {
/**
* Configures whether the mock {@link GemFireCache} created for Unit Testing is a Singleton.
*
* <p>
* Defaults to {@literal false}.
*
* @return a boolean value indicating whether the mock {@link GemFireCache} created for Unit Testing

View File

@@ -23,7 +23,7 @@ import org.springframework.lang.NonNull;
/**
* A Spring {@link ApplicationContextInitializer} implementation used to initialize the Spring
* {@link ConfigurableApplicationContext} with GemFire/Geode {@link Object Mock Objects}.
*
* <p>
* {@link Object Mock Objects} will be created for caches, {@literal Regions}, {@literal Indexes}, {@literal DiskStores}
* OQL query objects, and so on.
*

View File

@@ -31,7 +31,7 @@ import org.springframework.test.context.junit4.SpringRunner;
/**
* The {@link GemFireUnitTest} annotation marks a test class as an Apache Geode Unit Test
* with GemFire Mock Objects enabled.
*
* <p>
* Additionally, this annotation enables Spring's {@link SpringRunner} JUnit Runner implementation
* using JUnit's {@link RunWith} annotation.
*