~ubuntu-branches/ubuntu/utopic/sope/utopic-proposed

« back to all changes in this revision

Viewing changes to sope-appserver/NGObjWeb/SoObjects/SoProductClassInfo.m

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2014-04-06 19:31:49 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140406193149-o4u55jgiwhy722gj
Tags: 2.2.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
       info, eg it can be used to just define the protections
454
454
    */
455
455
    [self logWithFormat:
456
 
            @"Note: missing implemention info for method '%@' !", _name];
 
456
            @"Note: missing implementation info for method '%@' !", _name];
457
457
  }
458
458
  return nil;
459
459
}