Repository: logging-log4j2 Updated Branches: refs/heads/master 08838c864 -> eb0c82da1
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/eb0c82da Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/eb0c82da Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/eb0c82da Branch: refs/heads/master Commit: eb0c82da174aaaef4d1ff1e40e0e2977e98b46ac Parents: 08838c8 Author: Gary Gregory <[email protected]> Authored: Mon Mar 2 14:58:59 2015 -0800 Committer: Gary Gregory <[email protected]> Committed: Mon Mar 2 14:58:59 2015 -0800 ---------------------------------------------------------------------- .../apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb0c82da/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java index cdc0a51..7bae22e 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.java @@ -50,7 +50,7 @@ public class TrustStoreConfiguration extends AbstractKeyStoreConfiguration { * @param keyStoreType * The KeyStore type, null defaults to {@code "JKS"}. * @param trustManagerFactoryAlgorithm - * TODO + * The standard name of the requested trust management algorithm. See the Java Secure Socket Extension Reference Guide for information these names. * @return a new TrustStoreConfiguration * @throws StoreConfigurationException */
