INT-1596, fixed the broken links as well as all warnings

This commit is contained in:
Oleg Zhurakousky
2010-11-09 12:17:45 -05:00
parent 8da4fae7ef
commit 1278666ed7
31 changed files with 40 additions and 259 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import java.util.List;
import org.springframework.integration.Message;
/**
* Extends {@link AbstractChannelNameResolvingMessageRouter} to support router
* Extends {@link AbstractMessageRouter} to support router
* implementations that always return a single channel name (or null).
*
* @author Mark Fisher

View File

@@ -41,7 +41,7 @@ import org.springframework.util.Assert;
* <p/>
* For more advanced, programmatic control
* of dynamic recipient lists, consider using the @Router annotation or
* extending {@link AbstractChannelNameResolvingMessageRouter} instead.
* extending {@link AbstractMessageRouter} instead.
* <p/>
* Contrary to a standard &lt;router .../&gt; this handler will try to send to all channels that are configured as
* recipients. It is to channels what a publish subscribe channel is to endpoints.