Fix comment

I forgot a word....
This commit is contained in:
Nik Everett 2016-07-01 14:14:08 -04:00
parent cb20776439
commit f30a70c51f
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {