commit | e7b1555f5f0dbbe1209f2410cbe63d0614618050 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Nov 12 15:39:09 2019 -0800 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Nov 12 15:39:09 2019 -0800 |
tree | 38063bbfde0e700186a7e70dd7a04e21f03db016 | |
parent | 0d4ab2a54f9386a180d79c40d3210735c2dc78c7 [diff] |
Elasticsearch: Don't use JsonElement.toString JsonElement.toString returns the value wrapped in an extra pair of quotes, while getAsString does not. The base64 decoder that we are currently using seems to be tolerant of this, but others may not be which could cause issues. Also, we already use getAsString in other places, so changing this makes it consistent. Change-Id: I42c71444782aa467321027856b017df62106c38c