Fix typo in FieldMaskTree.java warning

pull/5013/head
Aleksej Kazmin 6 years ago committed by GitHub
parent 3389bd965b
commit 5ddc6874e4
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 \""
+ field.getFullName() + field.getFullName()
+ "\" is not a " + "\" is not a "
+ "singluar message field and cannot have sub-fields."); + "singular message field and cannot have sub-fields.");
continue; continue;
} }
if (!source.hasField(field) && !destination.hasField(field)) { if (!source.hasField(field) && !destination.hasField(field)) {

Loading…
Cancel
Save