Merge pull request #5013 from prSquirrel/fix-typo-field-mask-tree

Fix typo in FieldMaskTree.java warning
pull/5021/head
Feng Xiao 6 years ago committed by GitHub
commit 0483feb6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java

@ -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…
Cancel
Save