Fix non-UTF-8 symbols

https://build.spring.io/browse/INT-B43-113/
This commit is contained in:
Artem Bilan
2016-03-07 15:21:46 -05:00
parent ef40a939cf
commit 732990ee66
2 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ import org.springframework.util.CollectionUtils;
* @author Gary Russell
* @author Artem Bilan
* @author David Liu
* @author Enrique Rodr<EFBFBD>guez
* @author Enrique Rodriguez
* @since 2.0
*/
public abstract class AbstractCorrelatingMessageHandler extends AbstractMessageProducingHandler

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
/**
* A stereotype annotation to provide an Integration Messaging Gateway Proxy
* ({@code <gateway/>}) as an abstraction over the messaging API. The target
* application<EFBFBD>s business logic may be completely unaware of the Spring Integration
* application's business logic may be completely unaware of the Spring Integration
* API, with the code interacting only via the interface.
* <p>
* Important: The {@link IntegrationComponentScan} annotation is required along with
@@ -78,7 +78,7 @@ public @interface MessagingGateway {
/**
* Provides the amount of time dispatcher would wait to send a {@code Message}.
* This timeout would only apply if there is a potential to block in the send call.
* For example if this gateway is hooked up to a {@code QueueChannel}.<EFBFBD>
* For example if this gateway is hooked up to a {@code QueueChannel}.
* @return the suggested timeout in milliseconds, if any
*/
String defaultRequestTimeout() default "-9223372036854775808";