Fix Javadoc warnings.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user