diff --git a/Source/LinkedList.m b/Source/LinkedList.m index 79de75186..9b8de79b4 100644 --- a/Source/LinkedList.m +++ b/Source/LinkedList.m @@ -59,6 +59,10 @@ [aCoder finishEncodingInterconnectedObjects]; } +/* xxx See Collection _decodeContentsWithCoder:. + We shouldn't do an -addElement. finishEncodingInterconnectedObjects + should take care of all that. */ + - (void) _decodeContentsWithCoder: (Coder*)aCoder { [aCoder startDecodingInterconnectedObjects];