Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Oct 28, 2024
1 parent 0b098f5 commit 9a6747d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ public SynapseXPath(String xpathExpr, OMElement elem) throws JaxenException {
contentAware = false;
}

if (xpathExpr.contains("$trp") || xpathExpr.contains("$ctx") || xpathExpr.contains("$axis2") || xpathExpr.contains("$config")) {
if (xpathExpr.contains("$trp") || xpathExpr.contains("$ctx") || xpathExpr.contains("$axis2") ||
xpathExpr.contains("$config")) {
contentAware = false;
}
}
Expand Down

0 comments on commit 9a6747d

Please sign in to comment.