IncompleteNextCountError.st
branchjv
changeset 17892 d86c8bd5ece3
parent 17869 9610c6c94e71
child 17910 8d796ca8bd1d
equal deleted inserted replaced
17891:171ea0df4588 17892:d86c8bd5ece3
    61 ! !
    61 ! !
    62 
    62 
    63 !IncompleteNextCountError class methodsFor:'documentation'!
    63 !IncompleteNextCountError class methodsFor:'documentation'!
    64 
    64 
    65 version
    65 version
    66     ^ '$Id: IncompleteNextCountError.st 10700 2011-09-29 15:44:37Z vranyj1 $'
    66     ^ '$Header: /cvs/stx/stx/libbasic/IncompleteNextCountError.st,v 1.2 2003/08/29 19:14:43 cg Exp $'
    67 !
    67 !
    68 
    68 
    69 version_SVN
    69 version_SVN
    70     ^ '$Id: IncompleteNextCountError.st 10700 2011-09-29 15:44:37Z vranyj1 $'
    70     ^ '$Id: IncompleteNextCountError.st 10729 2011-10-31 22:19:21Z vranyj1 $'
    71 ! !
    71 ! !
    72 
    72 
    73 IncompleteNextCountError initialize!
    73 IncompleteNextCountError initialize!
       
    74