Changeset 404

Show
Ignore:
Timestamp:
02/14/03 07:12:50 (6 years ago)
Author:
pmoura
Message:

Corrected syntax error in the info/1 directive.

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/observer.lgt

    r403 r404  
    66        author is 'Paulo Moura', 
    77        date is 03/02/09, 
    8         comment is 'Smalltalk dependent protocol.'). 
     8        comment is 'Smalltalk dependent protocol.']). 
    99 
    1010    :- public(update/1). 
     
    1212    :- info(update/1, 
    1313        [comment is 'Called when an observed object is updated.', 
    14          argnames is [Change]]). 
     14         argnames is ['Change']]). 
    1515 
    1616    update(_). 
  • trunk/library/subject.lgt

    r403 r404  
    66        author is 'Paulo Moura', 
    77        date is 03/02/09, 
    8         comment is 'Smalltalk dependent handling predicates.'). 
     8        comment is 'Smalltalk dependent handling predicates.']). 
    99 
    1010    :- public(changed/0). 
  • trunk/wenv/jedit/templates/category.vm

    r380 r404  
    1818        author is '$authorname', 
    1919        date is $date, 
    20         comment is '$comment'). 
     20        comment is '$comment']). 
    2121 
    2222 
  • trunk/wenv/jedit/templates/class.vm

    r380 r404  
    2424        author is '$authorname', 
    2525        date is $date, 
    26         comment is '$comment'). 
     26        comment is '$comment']). 
    2727 
    2828 
  • trunk/wenv/jedit/templates/instance.vm

    r380 r404  
    1414        author is '$authorname', 
    1515        date is $date, 
    16         comment is '$comment'). 
     16        comment is '$comment']). 
    1717 
    1818 
  • trunk/wenv/jedit/templates/prototcol.vm

    r380 r404  
    1818        author is '$authorname', 
    1919        date is $date, 
    20         comment is '$comment'). 
     20        comment is '$comment']). 
    2121 
    2222 
  • trunk/wenv/jedit/templates/prototype.vm

    r374 r404  
    1616        author is '$authorname', 
    1717        date is $date, 
    18         comment is '$comment'). 
     18        comment is '$comment']). 
    1919 
    2020