This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit f4f6a6cb0ed8ebd8fd7db9e0da3460d948a9eadc Author: Felix Schumacher <[email protected]> AuthorDate: Tue Aug 20 22:11:48 2019 +0200 spelchak --- src/core/src/main/java/org/apache/jmeter/util/XPathUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/src/main/java/org/apache/jmeter/util/XPathUtil.java b/src/core/src/main/java/org/apache/jmeter/util/XPathUtil.java index b7b519d..f2cb5e3 100644 --- a/src/core/src/main/java/org/apache/jmeter/util/XPathUtil.java +++ b/src/core/src/main/java/org/apache/jmeter/util/XPathUtil.java @@ -434,7 +434,7 @@ public class XPathUtil { } try (StringReader reader = new StringReader(xmlFile)) { - // We could instanciate it once but might trigger issues in the future + // We could instantiate it once but might trigger issues in the future // Sharing of a DocumentBuilder across multiple threads is not recommended. // However, in the current implementation sharing a DocumentBuilder (once initialized) // will only cause problems if a SchemaValidator is used.
