From a0ad513b7a268de7a2364d540b0f326bf40c40cf Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Sun, 1 Jan 2023 14:51:36 -0700
Subject: [PATCH] metadata edit

---
 .../earthquake/nshmp/www/source/LogicTreesController.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/gov/usgs/earthquake/nshmp/www/source/LogicTreesController.java b/src/main/java/gov/usgs/earthquake/nshmp/www/source/LogicTreesController.java
index 1c6b2396..6cf949fd 100644
--- a/src/main/java/gov/usgs/earthquake/nshmp/www/source/LogicTreesController.java
+++ b/src/main/java/gov/usgs/earthquake/nshmp/www/source/LogicTreesController.java
@@ -5,7 +5,6 @@ import gov.usgs.earthquake.nshmp.www.ResponseBody;
 import gov.usgs.earthquake.nshmp.www.ServletUtil;
 import gov.usgs.earthquake.nshmp.www.source.LogicTreesService.Metadata;
 import gov.usgs.earthquake.nshmp.www.source.LogicTreesService.RequestData;
-
 import io.micronaut.http.HttpRequest;
 import io.micronaut.http.HttpResponse;
 import io.micronaut.http.annotation.Controller;
@@ -70,7 +69,7 @@ public class LogicTreesController {
       description = "Returns the logic tree of features for the supplied ID",
       operationId = "source-tree-features")
   @ApiResponse(
-      description = "NSHM source logic tree",
+      description = "NSHM source logic tree of features",
       responseCode = "200",
       content = @Content(
           schema = @Schema(implementation = TreeResponse.class)))
@@ -94,7 +93,7 @@ public class LogicTreesController {
       description = "Returns the logic tree of MFDs for the supplied ID",
       operationId = "source-tree-mfds")
   @ApiResponse(
-      description = "NSHM source logic tree",
+      description = "NSHM source logic tree of MFDs",
       responseCode = "200",
       content = @Content(
           schema = @Schema(implementation = TreeResponse.class)))
-- 
GitLab