Fix typo in FieldMaskTree.java warning
This commit is contained in:
parent
3389bd965b
commit
5ddc6874e4
@ -240,7 +240,7 @@ final class FieldMaskTree {
|
||||
"Field \""
|
||||
+ field.getFullName()
|
||||
+ "\" is not a "
|
||||
+ "singluar message field and cannot have sub-fields.");
|
||||
+ "singular message field and cannot have sub-fields.");
|
||||
continue;
|
||||
}
|
||||
if (!source.hasField(field) && !destination.hasField(field)) {
|
||||
|
Loading…
Reference in New Issue
Block a user