Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 53bb83326 -> da4846fee
Typo Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/da4846fe Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/da4846fe Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/da4846fe Branch: refs/heads/3.1.x-fixes Commit: da4846fee6ada4adb48a5b78c44319a0c301b698 Parents: 53bb833 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Mar 22 19:15:14 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Mar 22 19:17:37 2017 +0000 ---------------------------------------------------------------------- .../org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/da4846fe/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java index 8050e38..a632060 100644 --- a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java +++ b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java @@ -326,7 +326,7 @@ public final class TLSParameterJaxBUtils { } /** - * This method converts the JAXB KeyManagersType into a list of + * This method converts the JAXB TrustManagersType into a list of * JSSE TrustManagers. */ public static TrustManager[] getTrustManagers(TrustManagersType tmc)
