Skip to content

Commit db0f304

Browse files
committed
Add missing '<p>' tags on blank/empty lines between doc in Javadoc.
1 parent 81e9c31 commit db0f304

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringApplicationContextIntegrationTestsSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* The {@link SpringApplicationContextIntegrationTestsSupport} class is an extension of {@link IntegrationTestsSupport}
3333
* for writing Integration Tests involving a Spring {@link ApplicationContext}.
34-
*
34+
* <p>
3535
* This class contains functionality common to all Integration Tests involving a Spring {@link ApplicationContext}
3636
* and can be extended to create, acquire a reference and close the {@link ApplicationContext}
3737
* on test class completion, properly.

spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
/**
6464
* Configures whether the mock {@link GemFireCache} created for Unit Testing is a Singleton.
65-
*
65+
* <p>
6666
* Defaults to {@literal false}.
6767
*
6868
* @return a boolean value indicating whether the mock {@link GemFireCache} created for Unit Testing

spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* A Spring {@link ApplicationContextInitializer} implementation used to initialize the Spring
2525
* {@link ConfigurableApplicationContext} with GemFire/Geode {@link Object Mock Objects}.
26-
*
26+
* <p>
2727
* {@link Object Mock Objects} will be created for caches, {@literal Regions}, {@literal Indexes}, {@literal DiskStores}
2828
* OQL query objects, and so on.
2929
*

spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/unit/annotation/GemFireUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* The {@link GemFireUnitTest} annotation marks a test class as an Apache Geode Unit Test
3333
* with GemFire Mock Objects enabled.
34-
*
34+
* <p>
3535
* Additionally, this annotation enables Spring's {@link SpringRunner} JUnit Runner implementation
3636
* using JUnit's {@link RunWith} annotation.
3737
*

0 commit comments

Comments
 (0)