Compare commits

...

3 Commits

Author SHA1 Message Date
AussieDev81
270c0de5f9
Merge 971d026d71 into fb54d8b549 2023-05-22 17:37:55 -05:00
AussieDev81
971d026d71
Update EarlybirdThriftDocumentBuilder.java
A simple grammatical typo, and am not 100% but assume escherbird is meant to me earlybird?
2023-04-01 22:32:37 +10:00
AussieDev81
2c31078743
Update EarlybirdSchemaBuilder.java
Simple typo correction
2023-04-01 22:10:57 +10:00
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. * 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) { public final EarlybirdSchemaBuilder withOutOfOrderEnabledForField(String fieldName) {
if (!shouldIncludeField(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) { public EarlybirdThriftDocumentBuilder withPlacesField(List<String> places) {
if (isNotEmpty(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) { public EarlybirdThriftDocumentBuilder withAnnotationEntities(List<String> entities) {
if (isNotEmpty(entities)) { if (isNotEmpty(entities)) {