Skip to content

Commit

Permalink
Update GLHModelImporter.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Sep 16, 2024
1 parent f2741e8 commit aef2771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GitLabHealth-Model-Importer/GLHModelImporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ GLHModelImporter >> importCreatorOfCommit: aCommit [
]

{ #category : #'as yet unclassified' }
GLHModelImporter >> importCreatorOfCommit: aCommit [
GLHModelImporter >> importCreatorOfCommit2: aCommit [

aCommit commitCreator ifNil: [
aCommit commitCreator:
Expand Down Expand Up @@ -938,7 +938,7 @@ GLHModelImporter >> initialize [
userCatalogue := GLHUserCatalogueV2 new
anImporter: self;
yourself.
self initReader
self initReader.

currentImporter := self
]
Expand Down

0 comments on commit aef2771

Please sign in to comment.