You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2015/10/17 01:52:48 UTC

[02/13] incubator-geode git commit: Fixed javadocs of default value of ssl-require-authentication. It used to say "any" but now says "true".

Fixed javadocs of default value of ssl-require-authentication. It used to say "any" but now says "true".


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e47ae53f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e47ae53f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e47ae53f

Branch: refs/heads/feature/GEODE-417
Commit: e47ae53f2bba009544a86f057f84954dcd5f0dfd
Parents: 7d348fe
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Thu Oct 8 11:05:40 2015 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Fri Oct 16 16:28:04 2015 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/distributed/DistributedSystem.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e47ae53f/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
index 21be43f..7446eff 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
@@ -1290,7 +1290,7 @@ import com.gemstone.gemfire.security.GemFireSecurityException;
  *   <dd><U>Description</U>: If false, allow ciphers that do not require the client
  *   side of the connection to be authenticated.
  *   </dd>
- *   <dd><U>Default</U>: <code>any</code></dd>
+ *   <dd><U>Default</U>: <code>true</code></dd>
  *   <dd><U>Since</U>: 8.0</dd>
  * </dl>
  * 
@@ -1374,7 +1374,7 @@ import com.gemstone.gemfire.security.GemFireSecurityException;
  *   <dd><U>Description</U>: If false, allow ciphers that do not require the Gateway Sender
  *   side of the connection to be authenticated.
  *   </dd>
- *   <dd><U>Default</U>: <code>any</code></dd>
+ *   <dd><U>Default</U>: <code>true</code></dd>
  *   <dd><U>Since</U>: 8.0</dd>
  * </dl>
  *