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/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/util/GovernanceUtils.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -1069,9 +1069,8 @@ public static GovernanceArtifact retrieveGovernanceArtifactByPath(Registry regis
1069
1069
}*/
1070
1070
1071
1071
} catch (RegistryExceptione) {
1072
-
Stringmsg =
1073
-
"Error in retrieving governance artifact by path. path: " + artifactPath + ".";
1074
-
log.error(msg, e);
1072
+
Stringmsg = "Error in retrieving governance artifact by path. path: " + artifactPath + ".";
0 commit comments