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 add3cc23232453df3cebf6af696424fcc9b66d83 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Aug 3 16:02:46 2019 +0200 spelchack --- src/jorphan/src/main/java/org/apache/jorphan/collections/HashTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jorphan/src/main/java/org/apache/jorphan/collections/HashTree.java b/src/jorphan/src/main/java/org/apache/jorphan/collections/HashTree.java index 61d9d05..3e48849 100644 --- a/src/jorphan/src/main/java/org/apache/jorphan/collections/HashTree.java +++ b/src/jorphan/src/main/java/org/apache/jorphan/collections/HashTree.java @@ -628,7 +628,7 @@ public class HashTree implements Serializable, Map<Object, HashTree>, Cloneable } /** - * Create a clone of this HashTree. This is not a deep clone (ie, the + * Create a clone of this HashTree. This is not a deep clone (i.e., the * contents of the tree are not cloned). * */
