Consolidate common translatable code some sonar
[policy/xacml-pdp.git] / applications / guard / src / main / java / org / onap / policy / xacml / pdp / application / guard / LegacyGuardTranslator.java
index 3ccbd9c..0cb06ea 100644 (file)
@@ -342,10 +342,6 @@ public class LegacyGuardTranslator implements ToscaPolicyTranslator {
         //
         permit.setCondition(condition);
         //
-        // TODO Add the advice - Is the request id needed to be returned?
-        //
-        // permit . setAdviceExpressions (adviceExpressions)
-        //
         // Done
         //
         return permit;
@@ -400,10 +396,6 @@ public class LegacyGuardTranslator implements ToscaPolicyTranslator {
         //
         permit.setCondition(createCondition(timeRange, minApply, maxApply));
         //
-        // TODO Add the advice - Is the request id needed to be returned?
-        //
-        // permit . setAdviceExpressions (adviceExpressions)
-        //
         // Done
         //
         return permit;