enhancement/implement_tooltips_for_xpath3 #242
@@ -87,7 +87,6 @@ public class XPathController implements RestController {
 | 
				
			|||||||
            this.logger.error("Error on processing XPath using " + engine.getVersion() + ". " + ex);
 | 
					            this.logger.error("Error on processing XPath using " + engine.getVersion() + ". " + ex);
 | 
				
			||||||
        } finally {
 | 
					        } finally {
 | 
				
			||||||
            response.body(this.gson.toJson(responseBody));
 | 
					            response.body(this.gson.toJson(responseBody));
 | 
				
			||||||
            this.logger.error(this.gson.toJson(responseBody));
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user