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

Commit 34a0db8

Browse files
committed
Removing unused imports
1 parent 6932249 commit 34a0db8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

0 commit comments

Comments
 (0)