mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
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:
parent
6ff09530e4
commit
278882edb5
2 changed files with 9 additions and 5 deletions
|
@ -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]):
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue