Unverified Commit 80e016e8 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4205 from xuwei-k/patch-2

fix typo in FieldMaskTree.java comment
parents a721bf6d 1c3b20b1
......@@ -245,7 +245,7 @@ final class FieldMaskTree {
}
if (!source.hasField(field) && !destination.hasField(field)) {
// If the message field is not present in both source and destination, skip recursing
// so we don't create unneccessary empty messages.
// so we don't create unnecessary empty messages.
continue;
}
String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey();
......
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