GEODE-420: Updating Javadoc to reflect changes from http to web
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/88024049 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/88024049 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/88024049 Branch: refs/heads/feature/GEODE-1886 Commit: 8802404990271bb11a1a4a69fb3baabb26f91d91 Parents: 8ea08da Author: Udo Kohlmeyer <[email protected]> Authored: Fri Sep 16 04:54:27 2016 +1000 Committer: Udo Kohlmeyer <[email protected]> Committed: Fri Sep 16 04:54:27 2016 +1000 ---------------------------------------------------------------------- .../java/org/apache/geode/distributed/ConfigurationProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/88024049/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java b/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java index d843792..8a4446c 100644 --- a/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java +++ b/geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java @@ -1725,7 +1725,7 @@ public interface ConfigurationProperties { * <a name="ssl-enabled-components"/a></p> * <U>Description</U>: This setting is a comma delimited fields which works in conjunction with the {@link #CLUSTER_SSL_PREFIX} properties. * This property will determine which components will use SSL for their communications.</p> - * <U>Options</U>: "all","server","cluster","gateway","http","jmx","none" -- As described {@link SecurableComponents} + * <U>Options</U>: "all","server","cluster","gateway","web","jmx","none" -- As described {@link org.apache.geode.security.SecurableCommunicationChannels} * <U>Since</U>: Geode 1.0 */ String SSL_ENABLED_COMPONENTS = "ssl-enabled-components";
