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

Commit a5c440e

Browse files
authored
Merge branch 'master' into release/4.6.0
2 parents 0789a41 + 5da2fb4 commit a5c440e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/marklogic/mgmt/resource/forests/ForestManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public ForestManager(ManageClient client) {
6969
*/
7070
public Map<String, List<Forest>> getMapOfPrimaryForests() {
7171
JsonNode json = new ConfigurationManager(getManageClient()).getResourcesAsJson("forest").getBody();
72-
7372
// Config is an array of objects, and it will have a single object based on our request.
7473
ArrayNode allPrimaryForests = (ArrayNode) json.get("config").get(0).get("forest");
7574
ResourceMapper mapper = new DefaultResourceMapper(new API(getManageClient()));

0 commit comments

Comments
 (0)