Fix Javadoc warnings.

This commit is contained in:
John Blum
2018-04-03 08:33:41 -07:00
parent 810842ef47
commit 1fc21c6587
3 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ import org.springframework.data.gemfire.tests.mock.config.MockGemFireObjectsBean
* @see org.springframework.context.annotation.ImportAware
* @see org.springframework.core.annotation.AnnotationAttributes
* @see org.springframework.core.type.AnnotationMetadata
* @see org.springframework.data.gemfire.test.mock.config.MockGemFireObjectsBeanPostProcessor
* @see org.springframework.data.gemfire.tests.mock.config.MockGemFireObjectsBeanPostProcessor
* @since 0.0.1
*/
@SuppressWarnings("unused")

View File

@@ -36,12 +36,12 @@ import org.springframework.test.context.junit4.SpringRunner;
* using JUnit's {@link RunWith} annotation.
*
* @author John Blum
* @see Documented
* @see Inherited
* @see Retention
* @see Target
* @see java.lang.annotation.Documented
* @see java.lang.annotation.Inherited
* @see java.lang.annotation.Retention
* @see java.lang.annotation.Target
* @see org.junit.runner.RunWith
* @see org.springframework.data.gemfire.test.mock.context.MockGemFireObjectsApplicationContextInitializer
* @see org.springframework.data.gemfire.tests.mock.context.MockGemFireObjectsApplicationContextInitializer
* @see org.springframework.test.context.ContextConfiguration
* @see org.springframework.test.context.junit4.SpringRunner
* @since 0.0.1

View File

@@ -27,7 +27,7 @@ import org.springframework.data.gemfire.tests.mock.config.MockGemFireObjectsBean
* @author John Blum
* @see org.springframework.context.ApplicationContextInitializer
* @see org.springframework.context.ConfigurableApplicationContext
* @see org.springframework.data.gemfire.test.mock.config.MockGemFireObjectsBeanPostProcessor
* @see org.springframework.data.gemfire.tests.mock.config.MockGemFireObjectsBeanPostProcessor
* @since 0.0.1
*/
public class MockGemFireObjectsApplicationContextInitializer