# HG changeset patch # User Claus Gittinger # Date 1247162871 -7200 # Node ID 63c153f0ce9094d293bc1e72972a0b93c41d9644 # Parent 5fe75b7fb83a417124ef3fec255f9b5314126a0c *** empty log message *** diff -r 5fe75b7fb83a -r 63c153f0ce90 ResourceSpecEditor.st --- a/ResourceSpecEditor.st Thu Jul 09 14:59:47 2009 +0200 +++ b/ResourceSpecEditor.st Thu Jul 09 20:07:51 2009 +0200 @@ -328,7 +328,7 @@ "concrete subclass has to reimplement this method in order to build its resource spec from aResourceSpec" - ^self subclassResponsibility + ^ self subclassResponsibility ! ! !ResourceSpecEditor methodsFor:'change & update'! @@ -775,5 +775,5 @@ !ResourceSpecEditor class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.46 2009-02-26 21:30:32 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.47 2009-07-09 18:07:51 cg Exp $' ! !