Added tooltips for XPath 3.0 and 3.1, sorted JSONs, and added differences between XPath versions
This commit is contained in:
@@ -87,6 +87,7 @@ public class XPathController implements RestController {
|
||||
this.logger.error("Error on processing XPath using " + engine.getVersion() + ". " + ex);
|
||||
} finally {
|
||||
response.body(this.gson.toJson(responseBody));
|
||||
this.logger.error(this.gson.toJson(responseBody));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user