From a333d25e51a38eec66924bf5028d43917a9586ae Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 12 May 2014 10:54:28 -0400 Subject: [PATCH] INT-3398 Polish Javadocs JIRA: https://jira.spring.io/browse/INT-3398 --- build.gradle | 2 +- .../integration/mongodb/store/MongoDbChannelMessageStore.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index e706dff7ea..7d642f1a5c 100644 --- a/build.gradle +++ b/build.gradle @@ -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[] diff --git a/spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/MongoDbChannelMessageStore.java b/spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/MongoDbChannelMessageStore.java index 0bfe359b01..45590d0120 100644 --- a/spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/MongoDbChannelMessageStore.java +++ b/spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/MongoDbChannelMessageStore.java @@ -38,8 +38,8 @@ import org.springframework.util.Assert; *

As a priority document field the {@link org.springframework.integration.IntegrationMessageHeaderAccessor#PRIORITY} * message header is used. * - *

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 + *

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. *