diff --git a/src/GitLabHealth-Model-Importer/GLHModelImporter.class.st b/src/GitLabHealth-Model-Importer/GLHModelImporter.class.st index 9cf7c80..38465e0 100644 --- a/src/GitLabHealth-Model-Importer/GLHModelImporter.class.st +++ b/src/GitLabHealth-Model-Importer/GLHModelImporter.class.st @@ -605,7 +605,7 @@ GLHModelImporter >> importCreatorOfCommit: aCommit [ ] { #category : #'as yet unclassified' } -GLHModelImporter >> importCreatorOfCommit: aCommit [ +GLHModelImporter >> importCreatorOfCommit2: aCommit [ aCommit commitCreator ifNil: [ aCommit commitCreator: @@ -938,7 +938,7 @@ GLHModelImporter >> initialize [ userCatalogue := GLHUserCatalogueV2 new anImporter: self; yourself. - self initReader + self initReader. currentImporter := self ]