Add missing '<p>' tags on blank/empty lines between doc in Javadoc.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user