<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ class SimpleDB
     end
 
     def initialize(key=nil, multimap_or_hash=nil, new_record=true)
-      self.key = (key || UUID.respond_to?(:generate) ? UUID.generate : UUID.new)
+      self.key = key || (UUID.respond_to?(:generate) ? UUID.generate : UUID.new)
       self.attributes = multimap_or_hash.nil? ? Amazon::SDB::Multimap.new : (multimap_or_hash.kind_of?(Hash) ? Amazon::SDB::Multimap.new(multimap_or_hash) : multimap_or_hash)
       @new_record = new_record
     end</diff>
      <filename>lib/simple_db.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55e206ae6749335e624f7c60e149ea526db8f362</id>
    </parent>
  </parents>
  <author>
    <name>Makoto Inoue</name>
    <email>makoto@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/newbamboo/panda/commit/fcf08b342b45452e9c034ca5e0bc9c48b912ef6d</url>
  <id>fcf08b342b45452e9c034ca5e0bc9c48b912ef6d</id>
  <committed-date>2008-10-20T08:47:23-07:00</committed-date>
  <authored-date>2008-10-20T08:47:23-07:00</authored-date>
  <message>Fix silly precedence bug with UUID.</message>
  <tree>21090bd76aca53a9bf3c752a02896a5628c1492d</tree>
  <committer>
    <name>Makoto Inoue</name>
    <email>makoto@new-bamboo.co.uk</email>
  </committer>
</commit>
