Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Upgrade google-java-format to 1.7

Change-Id: I08bad33a69e8425b699608a06b71ed767f061afd
This commit is contained in:
David Pursehouse
2019-03-13 17:04:24 +09:00
86 changed files with 123 additions and 328 deletions

View File

@@ -615,8 +615,7 @@ public class LuceneChangeIndex implements ChangeIndex {
}
private static List<byte[]> copyAsBytes(Collection<IndexableField> fields) {
return fields
.stream()
return fields.stream()
.map(
f -> {
BytesRef ref = f.binaryValue();