This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch startlocator_command_tests
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/startlocator_command_tests by
this push:
new 36cc990 cleanup
36cc990 is described below
commit 36cc990bc22f31c41ece849f0c0c98c4c5c7bb3e
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Mon Oct 8 13:19:06 2018 -0700
cleanup
---
.../apache/geode/management/internal/cli/commands/StartMemberUtils.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
index d425187..4f1b7fa 100644
---
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
+++
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
@@ -71,7 +71,6 @@ public class StartMemberUtils {
}
static String resolveWorkingDir(File userSpecifiedDir, File memberNameDir) {
- // TODO: see if file has some APIs to do equals
File workingDir =
(userSpecifiedDir == null || userSpecifiedDir.equals(new File(""))) ?
memberNameDir
: userSpecifiedDir;