NonIntegerIndexError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18057 8da7c39a6322
parent 20440 3a7637d80751
--- a/NonIntegerIndexError.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/NonIntegerIndexError.st	Mon Oct 03 12:44:41 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 IndexNotFoundError subclass:#NonIntegerIndexError
     instanceVariableNames: ''
     classVariableNames: ''
@@ -56,7 +58,7 @@
 !NonIntegerIndexError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NonIntegerIndexError.st,v 1.4 2013-04-27 10:04:41 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN