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

Commit 6932249

Browse files
committed
Removing unused imports
1 parent f303c57 commit 6932249

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
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/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)