INT-3398 Polish Javadocs

JIRA: https://jira.spring.io/browse/INT-3398
This commit is contained in:
Gary Russell
2014-05-12 10:54:28 -04:00
parent faf104e608
commit a333d25e51
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ allprojects {
'http://docs.spring.io/spring-data-gemfire/docs/current/api/',
'http://docs.spring.io/spring-data/data-mongo/docs/current/api/',
'http://docs.spring.io/spring-data/data-redis/docs/current/api/',
'http://docs.spring.io/spring-social-twitter/docs/current/api/',
'http://docs.spring.io/spring-social-twitter/docs/current/apidocs/',
'http://docs.spring.io/spring-ws/sites/2.0/apidocs/'
] as String[]

View File

@@ -38,8 +38,8 @@ import org.springframework.util.Assert;
* <p>As a priority document field the {@link org.springframework.integration.IntegrationMessageHeaderAccessor#PRIORITY}
* message header is used.
*
* <p>The same collection can be used for {@link org.springframework.integration.channel.QueueChannel}s and
* {@link org.springframework.integration.channel.PriorityChannel}s, but the different instances of
* <p>The same collection can be used for {@code org.springframework.integration.channel.QueueChannel}s and
* {@code org.springframework.integration.channel.PriorityChannel}s, but the different instances of
* {@link MongoDbChannelMessageStore} should be used for those cases, and the last one with
* {@code priorityEnabled = true} option.
*