mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Comment change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bebb53d38b
commit
bbef3e0b35
1 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,11 @@
|
|||
#include <objects/Archiver.h>
|
||||
#include <assert.h>
|
||||
|
||||
/* Eventually some functionality may be moved out of Coder and
|
||||
into these objects.
|
||||
/* Eventually some functionality may be moved out of Encoder and
|
||||
Decoder and into these objects.
|
||||
|
||||
These class should be used as concrete classes, not the Coder class. */
|
||||
These class should be used as concrete classes, not the Coder,
|
||||
Encoder or Decoder classes. */
|
||||
|
||||
@implementation Archiver
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue