You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -27145,16 +27145,8 @@ public List<OperationPolicy> getGatewayPoliciesOfPolicyMapping(String policyMapp
27145
27145
statement.setString(1, policyMappingUUID);
27146
27146
try (ResultSet rs = statement.executeQuery()) {
27147
27147
while (rs.next()) {
27148
-
OperationPolicy operationPolicy = new OperationPolicy();
0 commit comments