From ccca04e83058c68a97548d9e998d07e44cfd5813 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 14 Aug 2013 18:44:19 -0400 Subject: [PATCH] INT-3099 Fix Javadoc --- .../integration/ip/tcp/connection/TcpConnectionSupport.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpConnectionSupport.java b/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpConnectionSupport.java index b5e60d3dd0..b006e4ee4a 100644 --- a/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpConnectionSupport.java +++ b/spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpConnectionSupport.java @@ -90,13 +90,13 @@ public abstract class TcpConnectionSupport implements TcpConnection { } /** - * Creates a {@link TcpConnectionSupport} object and publishes a {@link TcpConnectionEvent} - * with {@link TcpConnectionEventType#OPEN}, if so configured. + * Creates a {@link TcpConnectionSupport} object and publishes a + * {@link TcpConnectionOpenEvent}, if an event publisher is provided. * @param socket the underlying socket. * @param server true if this connection is a server connection * @param lookupHost true if reverse lookup of the host name should be performed, * otherwise, the ip address will be used for identification purposes. - * @param applicationEventPublisher the publisher to which OPEN, CLOSE and EXCEPTION events will + * @param applicationEventPublisher the publisher to which open, close and exception events will * be sent; may be null if event publishing is not required. * @param connectionFactoryName the name of the connection factory creating this connection; used * during event publishing, may be null, in which case "unknown" will be used.