aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/org/onap/portalng/bff/services/ActionService.java
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/main/java/org/onap/portalng/bff/services/ActionService.java')
-rw-r--r--lib/src/main/java/org/onap/portalng/bff/services/ActionService.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/src/main/java/org/onap/portalng/bff/services/ActionService.java b/lib/src/main/java/org/onap/portalng/bff/services/ActionService.java
index cb7b6b4..bb272a1 100644
--- a/lib/src/main/java/org/onap/portalng/bff/services/ActionService.java
+++ b/lib/src/main/java/org/onap/portalng/bff/services/ActionService.java
@@ -64,7 +64,7 @@ public class ActionService {
xRequestId,
"Create actions failed for userId",
userId,
- ProblemApiDto.DownstreamSystemEnum.PORTAL_HISTORY.toString());
+ ProblemApiDto.DownstreamSystemEnum.HISTORY.toString());
return Mono.error(ex);
});
}
@@ -82,7 +82,7 @@ public class ActionService {
xRequestId,
"Get actions failed for userId",
userId,
- ProblemApiDto.DownstreamSystemEnum.PORTAL_HISTORY.toString());
+ ProblemApiDto.DownstreamSystemEnum.HISTORY.toString());
return Mono.error(ex);
});
}
@@ -101,7 +101,7 @@ public class ActionService {
xRequestId,
"List actions failed",
null,
- ProblemApiDto.DownstreamSystemEnum.PORTAL_HISTORY.toString());
+ ProblemApiDto.DownstreamSystemEnum.HISTORY.toString());
return Mono.error(ex);
});
}
@@ -118,7 +118,7 @@ public class ActionService {
+ deleteAfterHours
+ " hours",
userId,
- ProblemApiDto.DownstreamSystemEnum.PORTAL_HISTORY.toString());
+ ProblemApiDto.DownstreamSystemEnum.HISTORY.toString());
return Mono.error(ex);
});
}