Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 34d8ff7

Browse files
committed
Unused imports
1 parent 390a1bd commit 34d8ff7

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

src/main/java/com/marklogic/appdeployer/command/forests/DeployForestsCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
import java.util.ArrayList;
55
import java.util.List;
66

7-
import com.marklogic.appdeployer.command.Command;
8-
import com.marklogic.mgmt.databases.DatabaseManager;
97
import org.springframework.util.StringUtils;
108

119
import com.marklogic.appdeployer.AppConfig;
1210
import com.marklogic.appdeployer.command.AbstractCommand;
1311
import com.marklogic.appdeployer.command.CommandContext;
1412
import com.marklogic.appdeployer.command.SortOrderConstants;
13+
import com.marklogic.mgmt.databases.DatabaseManager;
1514
import com.marklogic.mgmt.forests.ForestManager;
1615
import com.marklogic.mgmt.hosts.HostManager;
1716

src/main/java/com/marklogic/mgmt/databases/DatabaseManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.marklogic.mgmt.databases;
22

3-
import java.util.ArrayList;
43
import java.util.List;
54

65
import com.marklogic.mgmt.AbstractResourceManager;

src/test/java/com/marklogic/appdeployer/command/databases/UpdateForestCountTest.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package com.marklogic.appdeployer.command.databases;
22

3-
import com.marklogic.appdeployer.AbstractAppDeployerTest;
4-
import com.marklogic.mgmt.databases.DatabaseManager;
5-
import com.marklogic.rest.util.Fragment;
3+
import java.io.File;
4+
65
import org.junit.After;
76
import org.junit.Test;
87

9-
import java.io.File;
10-
import java.util.List;
8+
import com.marklogic.appdeployer.AbstractAppDeployerTest;
9+
import com.marklogic.mgmt.databases.DatabaseManager;
1110

1211
/**
1312
* Verifies support for bumping up the number of content forests and then re-deploying. Does not yet support lowering

src/test/java/com/marklogic/appdeployer/command/modules/LoadModulesTest.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
package com.marklogic.appdeployer.command.modules;
22

3+
import java.io.File;
4+
5+
import org.junit.After;
6+
import org.junit.Before;
7+
import org.junit.Test;
8+
39
import com.marklogic.appdeployer.AbstractAppDeployerTest;
4-
import com.marklogic.appdeployer.command.databases.DeployContentDatabasesCommand;
5-
import com.marklogic.appdeployer.command.databases.DeployTriggersDatabaseCommand;
610
import com.marklogic.appdeployer.command.restapis.DeployRestApiServersCommand;
711
import com.marklogic.client.modulesloader.impl.AssetFileFilter;
812
import com.marklogic.junit.PermissionsFragment;
913
import com.marklogic.xcc.template.XccTemplate;
10-
import org.junit.After;
11-
import org.junit.Before;
12-
import org.junit.Test;
13-
14-
import java.io.File;
1514

1615
public class LoadModulesTest extends AbstractAppDeployerTest {
1716

0 commit comments

Comments
 (0)