This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch feature/GEODE-5212-export-logs
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-5212-export-logs
by this push:
new 0b341ef spotlessApply
0b341ef is described below
commit 0b341ef09c48c80fe6efb3e2d9b41ee98de8cf6e
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Fri Jul 27 17:07:20 2018 -0700
spotlessApply
---
.../internal/cli/commands/ExportLogsOverHttpDistributedTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsOverHttpDistributedTest.java
b/geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsOverHttpDistributedTest.java
index 28efa00..9325819 100644
---
a/geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsOverHttpDistributedTest.java
+++
b/geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ExportLogsOverHttpDistributedTest.java
@@ -27,7 +27,7 @@ public class ExportLogsOverHttpDistributedTest extends
ExportLogsDUnitTest {
@Override
public void connect() throws Exception {
- if(!gfshConnector.isConnected()) {
+ if (!gfshConnector.isConnected()) {
gfshConnector.connectAndVerify(locator.getHttpPort(),
GfshCommandRule.PortType.http);
}
}