Commit 4083104a authored by Jan Tattermusch's avatar Jan Tattermusch

regenerated UnittestImportPublicLite

parent 3aa58085
......@@ -92,7 +92,9 @@ namespace Google.ProtocolBuffers.TestProtos {
#region Lite runtime methods
public override int GetHashCode() {
int hash = GetType().GetHashCode();
if (hasE) hash ^= e_.GetHashCode();
if (hasE) {
hash ^= e_.GetHashCode();
}
return hash;
}
......
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