Mercurial > hg > Database > Alice
changeset 191:60051454e443 working
minor change
author | e095732 |
---|---|
date | Thu, 07 Mar 2013 21:43:51 +0900 |
parents | a85ff8dc16c1 |
children | a8b0d44bbe68 |
files | src/alice/datasegment/Command.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alice/datasegment/Command.java Thu Mar 07 21:27:00 2013 +0900 +++ b/src/alice/datasegment/Command.java Thu Mar 07 21:43:51 2013 +0900 @@ -46,6 +46,7 @@ this.receiver = receiver; this.key = key; this.val = val; + this.obj = obj; this.index = index; this.seq = seq; this.replyQueue = replyQueue;