DataBaseSourceCodeManager.st
branchjv
changeset 4086 aafed7101969
parent 3838 474d8ec95b33
parent 4083 9139523ea829
child 4166 66a7a47f9253
--- a/DataBaseSourceCodeManager.st	Tue Aug 16 06:52:00 2016 +0200
+++ b/DataBaseSourceCodeManager.st	Tue Aug 23 07:03:47 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic3' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractSourceCodeManager subclass:#DataBaseSourceCodeManager
 	instanceVariableNames:''
 	classVariableNames:'Verbose RepositoryName ModuleDBs CachedDBHandles'
@@ -79,7 +81,7 @@
 !
 
 repositoryInfoPerModule
-    "return the dictionary, which associates repository pathes to module names.
+    "return the dictionary, which associates repository paths to module names.
      If no entry is contained in this dictionary for some module,
      the default path will be used."
 
@@ -87,7 +89,7 @@
 !
 
 repositoryInfoPerModule:aDictionary
-    "set the dictionary, which associates repository pathes to module names.
+    "set the dictionary, which associates repository paths to module names.
      If no entry is contained in this dictionary for some module,
      the default path will be used."
 
@@ -754,10 +756,10 @@
 !DataBaseSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/DataBaseSourceCodeManager.st,v 1.15 2014-12-01 12:49:09 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/DataBaseSourceCodeManager.st,v 1.15 2014-12-01 12:49:09 cg Exp $'
+    ^ '$Header$'
 ! !