Skip to content

Commit

Permalink
Merge pull request #14673 from balsa-sarenac/refactor/rename-class-re…
Browse files Browse the repository at this point in the history
…factoring

Refactor: rename class refactoring
  • Loading branch information
jecisc authored Sep 17, 2023
2 parents 97ba76a + 78cc993 commit c2b8c02
Show file tree
Hide file tree
Showing 112 changed files with 1,796 additions and 2,127 deletions.
8 changes: 3 additions & 5 deletions src/Refactoring-Core/ManifestRefactoringCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
"
Class {
#name : 'ManifestRefactoringCore',
#superclass : 'PackageManifest',
#category : 'Refactoring-Core-Manifest',
#package : 'Refactoring-Core',
#tag : 'Manifest'
#name : #ManifestRefactoringCore,
#superclass : #PackageManifest,
#category : #'Refactoring-Core-Manifest'
}
Loading

0 comments on commit c2b8c02

Please sign in to comment.