add explanatory note. 47/135147/1 5.2.3
authorkaixiliu <liukaixi@chinamobile.com>
Mon, 26 Jun 2023 01:52:50 +0000 (09:52 +0800)
committerkaixiliu <liukaixi@chinamobile.com>
Mon, 26 Jun 2023 01:53:07 +0000 (09:53 +0800)
Issue-ID: USECASEUI-817
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: I78301ee0ecea23ed168c8d575d1749fcf4a00729

intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/service/impl/IntentReportServiceImpl.java

index c443f9e..dffb96d 100644 (file)
@@ -72,6 +72,7 @@ public class IntentReportServiceImpl implements IntentReportService {
         intentReport.setFulfillmentInfos(Collections.singletonList(fulfillmentInfo));
         intentReport.setReportTime(CommonUtil.getTime());
 
+        // save intent report
         saveIntentReport(intentReport, fulfillmentInfo);
         return new ServiceResult(new ResultHeader(RSEPONSE_SUCCESS, "Get report success"),
                 intentReport);