From 6849ea2f4b01f4abb4f98fde3f33486935c1491a Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 25 Jan 2010 12:27:51 +0000 Subject: [PATCH] the the -> the --- .../netty/example/securechat/SecureChatSslContextFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/example/securechat/SecureChatSslContextFactory.java b/src/main/java/org/jboss/netty/example/securechat/SecureChatSslContextFactory.java index 3db64e0d20..413128d8b6 100644 --- a/src/main/java/org/jboss/netty/example/securechat/SecureChatSslContextFactory.java +++ b/src/main/java/org/jboss/netty/example/securechat/SecureChatSslContextFactory.java @@ -46,7 +46,7 @@ import org.jboss.netty.handler.ssl.SslHandler; *
  • When initializing an {@link SSLContext} on the server side, * specify the proper {@link TrustManager} as the second argument of * {@link SSLContext#init(KeyManager[], javax.net.ssl.TrustManager[], java.security.SecureRandom)} - * to validate the the client certificate.
  • + * to validate the client certificate. * * * @author The Netty Project (netty-dev@lists.jboss.org)