Merge pull request #625 from garyrussell/INT-2750

* garyrussell-INT-2750:
  INT-2750 Fix GatewayProxyFactoryBean Javadoc
This commit is contained in:
Gunnar Hillert
2012-09-17 16:16:07 -04:00

View File

@@ -121,7 +121,7 @@ public class GatewayProxyFactoryBean extends AbstractEndpoint implements Trackab
/**
* Set the interface class that the generated proxy should implement.
* If none is provided explicitly, the default is MessageHandler.
* If none is provided explicitly, the default is {@link RequestReplyExchanger}.
*/
public void setServiceInterface(Class<?> serviceInterface) {
Assert.notNull(serviceInterface, "'serviceInterface' must not be null");