Skip to content

Commit

Permalink
left comes before right
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd authored and oubiwann committed Jul 4, 2018
1 parent d3b943e commit f0838a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flatland/protobuf/PersistentProtocolBufferMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ protected PersistentProtocolBufferMap mapValue(Descriptors.FieldDescriptor field
return left.append(right);
}
}
return right.append(left);
return left.append(right);
}
}
}
Expand Down

0 comments on commit f0838a1

Please sign in to comment.