You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2006/08/26 00:10:58 UTC

svn commit: r436978 - /incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m

Author: torehalset
Date: Fri Aug 25 15:10:58 2006
New Revision: 436978

URL: http://svn.apache.org/viewvc?rev=436978&view=rev
Log:
fix typo in comment

Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m?rev=436978&r1=436977&r2=436978&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYObjectId.m Fri Aug 25 15:10:58 2006
@@ -29,7 +29,7 @@
     [coder encodeObject:singleKey forKey:@"singleKey"];
     [coder encodeObject:singleValue forKey:@"singleValue"];
     [coder encodeObject:objectIdKeys forKey:@"objectIdKeys"];
-    // TODO: fix problem: the key "key" result in a ugly unserialize hack at the server side.
+    // TODO: fix problem: the key "key" result in a ugly unserialize exception at the server side.
     //[coder encodeObject:tempKey forKey:@"key"];
     [coder encodeObject:replacementIdMap forKey:@"replacementIdMap"];
 }