Auditing User Operations Push or Delete Policies.
[policy/engine.git] / ONAP-PAP-REST / src / main / java / org / onap / policy / pap / xacml / rest / handler / DeleteHandler.java
index 4e78742..92e43c6 100644 (file)
@@ -353,6 +353,7 @@ public class DeleteHandler {
      */
     public void doApiDeleteFromPdp(HttpServletRequest request, HttpServletResponse response,
             ONAPLoggingContext loggingContext) throws IOException {
+
         String groupId = request.getParameter("groupId");
 
         if (groupId != null && !groupId.matches(REGEX)) {