mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
Fix comment
I forgot a word....
This commit is contained in:
parent
cb20776439
commit
f30a70c51f
@ -96,7 +96,7 @@ public class Stash implements ToXContent {
|
||||
Matcher matcher = EXTENDED_KEY.matcher(key);
|
||||
/*
|
||||
* String*Buffer* because that is what the Matcher API takes. In modern versions of java the uncontended synchronization is very,
|
||||
* very cheap so that should be a problem.
|
||||
* very cheap so that should not be a problem.
|
||||
*/
|
||||
StringBuffer result = new StringBuffer(key.length());
|
||||
if (false == matcher.find()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user