Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the hierarchy of classes that do not need to use a defined env…
…ironment
  • Loading branch information
Lin777 committed Apr 5, 2021
1 parent 7c8fa26 commit d16f11c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -8,7 +8,7 @@ Internal Representation and Key Implementation Points.
"
Class {
#name : #SycMoveMethodsToClassCommand,
#superclass : #SysRefactoringMethodCommand,
#superclass : #SycMethodCommand,
#instVars : [
'targetClass'
],
Expand Down
Expand Up @@ -3,7 +3,7 @@ I am a command to move method to the class side of defining class
"
Class {
#name : #SycMoveMethodsToClassSideCommand,
#superclass : #SysRefactoringMethodCommand,
#superclass : #SycMethodCommand,
#category : #'SystemCommands-MethodCommands'
}

Expand Down
Expand Up @@ -3,7 +3,7 @@ I am a command to move method to the instance side of defining class
"
Class {
#name : #SycMoveMethodsToInstanceSideCommand,
#superclass : #SysRefactoringMethodCommand,
#superclass : #SycMethodCommand,
#category : #'SystemCommands-MethodCommands'
}

Expand Down

0 comments on commit d16f11c

Please sign in to comment.