Unverified Commit 5ddc6874 authored by Aleksej Kazmin's avatar Aleksej Kazmin Committed by GitHub

Fix typo in FieldMaskTree.java warning

parent 3389bd96
...@@ -240,7 +240,7 @@ final class FieldMaskTree { ...@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment