This commit is contained in:
AussieDev81 2023-07-17 21:39:14 -05:00 committed by GitHub
commit d6bbae949d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ public class EarlybirdSchemaBuilder extends SchemaBuilder {
/**
* Configure the specified field to be Out-of-order.
* In the realtime cluster, this causes Earlybird to used the skip list posting format.
* In the realtime cluster, this causes Earlybird to use the skip list posting format.
*/
public final EarlybirdSchemaBuilder withOutOfOrderEnabledForField(String fieldName) {
if (!shouldIncludeField(fieldName)) {

View File

@ -320,7 +320,7 @@ public final class EarlybirdThriftDocumentBuilder extends ThriftDocumentBuilder
}
/**
* Add a list of places. The place are U64 encoded place IDs.
* Add a list of places. The places are U64 encoded place IDs.
*/
public EarlybirdThriftDocumentBuilder withPlacesField(List<String> places) {
if (isNotEmpty(places)) {
@ -509,7 +509,7 @@ public final class EarlybirdThriftDocumentBuilder extends ThriftDocumentBuilder
}
/**
* Add escherbird annotation fields.
* Add earlybird annotation fields.
*/
public EarlybirdThriftDocumentBuilder withAnnotationEntities(List<String> entities) {
if (isNotEmpty(entities)) {