You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 19:58:39 UTC

[47/50] [abbrv] httpcomponents-core git commit: Fix Javadoc typos ("SSl" -> "SSL").

Fix Javadoc typos ("SSl" -> "SSL").

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1793846 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/1484c673
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/1484c673
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/1484c673

Branch: refs/heads/trunk
Commit: 1484c673461423f823a3ce3d4d68306750e652db
Parents: 993ee4d
Author: Gary D. Gregory <gg...@apache.org>
Authored: Thu May 4 18:40:15 2017 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Thu May 4 18:40:15 2017 +0000

----------------------------------------------------------------------
 .../org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java     | 2 +-
 .../java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/1484c673/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java b/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java
index d9a7f52..439394e 100644
--- a/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java
+++ b/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionInitializer.java
@@ -33,7 +33,7 @@ import org.apache.hc.core5.net.NamedEndpoint;
 
 /**
  * Callback interface that can be used to customize various aspects of
- * the TLS/SSl protocol.
+ * the TLS/SSL protocol.
  *
  * @since 4.2
  */

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/1484c673/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java
----------------------------------------------------------------------
diff --git a/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java b/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java
index b6f98d1..eb9bdb4 100644
--- a/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java
+++ b/httpcore5/src/main/java/org/apache/hc/core5/reactor/ssl/SSLSessionVerifier.java
@@ -34,7 +34,7 @@ import org.apache.hc.core5.net.NamedEndpoint;
 
 /**
  * Callback interface that can be used to customize various aspects of
- * the TLS/SSl protocol.
+ * the TLS/SSL protocol.
  *
  * @since 4.2
  */