Skip to content

Commit

Permalink
Merge pull request #860 from jecisc/dead-code
Browse files Browse the repository at this point in the history
Remove a dead method
  • Loading branch information
jecisc authored Dec 17, 2024
2 parents f5200e7 + c1d9b01 commit 3a258ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Famix-Java-Entities/FamixJavaContainerEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ FamixJavaContainerEntity >> addInterface: anInterface [

types add: anInterface
]

{ #category : #'Famix-Java' }
FamixJavaContainerEntity >> mooseNameWithDots [

^ self mooseName ifNotNil: [ :mName |
mName copyReplaceAll: '::' with: '.' ]
]

0 comments on commit 3a258ce

Please sign in to comment.