EOAccess/EOModel.m ([EOModel beautifyNames]): Remove log and

reformat comments.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2004-02-25 12:01:09 +00:00
parent a2a7dfc3c7
commit 2174e99e8a
2 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2003-02-25 David Ayers <d.ayers@inode.at>
* EOAccess/EOModel.m ([EOModel beautifyNames]): Remove log and
reformat comments.
2003-02-23 David Ayers <d.ayers@inode.at>
* EOAccess/EOAdaptor.m ([EOAdaptor sharedLoginPanelInstance]):

View file

@ -1503,11 +1503,10 @@ NSString *EOEntityLoadedNotification = @"EOEntityLoadedNotification";
EOFLOGObjectFnStartOrCond2(@"ModelingClasses", @"EOModel");
/* Makes the receiver's name conform to a standard convention.
Names that conform to this style are all lower-case except for the initial
letter of each embedded word other than the first, which is upper case. Thus,
"NAME" becomes "name", and "FIRST_NAME" becomes "firstName". */
NSLog(@"EOModel : beautifyNames is called");
Names that conform to this style are all lower-case except
for the initial letter of each embedded word other than the
first, which is upper case. Thus, "NAME" becomes "name", and
"FIRST_NAME" becomes "firstName". */
if ((_name) && ([_name length] > 0))
{