You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/12/28 00:41:07 UTC

geode git commit: GEODE-419: spotless

Repository: geode
Updated Branches:
  refs/heads/develop ef199f203 -> 2c5f203f4


GEODE-419: spotless


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

Branch: refs/heads/develop
Commit: 2c5f203f4fec3091b5d2d6a58da4536b9fa52ad7
Parents: ef199f2
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Tue Dec 27 16:41:04 2016 -0800
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Tue Dec 27 16:41:04 2016 -0800

----------------------------------------------------------------------
 .../geode/internal/net/SSLConfigurationFactoryJUnitTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/2c5f203f/geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java
index 344c03f..4f8d5b8 100644
--- a/geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java
@@ -212,7 +212,7 @@ public class SSLConfigurationFactoryJUnitTest {
   public void getSSLConfigUsingJavaProperties() {
     Properties properties = new Properties();
     properties.setProperty(CLUSTER_SSL_ENABLED, "true");
-    properties.setProperty(MCAST_PORT,"0");
+    properties.setProperty(MCAST_PORT, "0");
     System.setProperty(SSLConfigurationFactory.JAVAX_KEYSTORE, "keystore");
     System.setProperty(SSLConfigurationFactory.JAVAX_KEYSTORE_TYPE, "JKS");
     System.setProperty(SSLConfigurationFactory.JAVAX_KEYSTORE_PASSWORD, "keystorePassword");