OpenSearch/core
Chris Earle 1cf694b63e Use StringBuilder in favor of StringBuffer
This removes all instances of StringBuffer that are removeable.

Uncontended synchronization in Java is pretty cheap, but it's unnecessary.
2016-08-25 16:20:03 -04:00
..
src Use StringBuilder in favor of StringBuffer 2016-08-25 16:20:03 -04:00
build.gradle Update to Jackson 2.8.1 2016-08-05 12:26:06 +02:00