RecursiveStoreError.st
changeset 14526 05e0c6fa1a1a
parent 8329 1828c8969866
child 18011 deb0c3355881
--- a/RecursiveStoreError.st	Fri Nov 23 13:13:33 2012 +0100
+++ b/RecursiveStoreError.st	Fri Nov 23 13:14:02 2012 +0100
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Notification subclass:#RecursiveStoreError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Errors'
 !
 
 !RecursiveStoreError class methodsFor:'documentation'!
@@ -56,7 +55,7 @@
 !RecursiveStoreError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RecursiveStoreError.st,v 1.1 2004-04-23 11:41:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RecursiveStoreError.st,v 1.2 2012-11-23 12:14:02 cg Exp $'
 ! !
 
 RecursiveStoreError initialize!