diff -r 5a9726876c20 -r aafed7101969 DataBaseSourceCodeManager.st --- 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$' ! !