Skip to content

Commit

Permalink
Update args names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin777 committed Apr 6, 2021
1 parent d16f11c commit ea28143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/Epicea/EpRBPropagateRefactoring.class.st
Expand Up @@ -30,11 +30,6 @@ EpRBPropagateRefactoring >> initializeWith: aRefactoring [
targetRefactoring := aRefactoring
]

{ #category : #accessing }
EpRBPropagateRefactoring >> preconditions [
^ self shouldBeImplemented
]

{ #category : #private }
EpRBPropagateRefactoring >> primitiveExecute [
targetRefactoring propagateTransformation.
Expand All @@ -45,11 +40,6 @@ EpRBPropagateRefactoring >> setOption: aString toUse: aBlockClosure [
targetRefactoring setOption: aString toUse: aBlockClosure
]

{ #category : #accessing }
EpRBPropagateRefactoring >> transform [
^ self shouldBeImplemented
]

{ #category : #accessing }
EpRBPropagateRefactoring >> whatToDisplayIn: aNautilusChangesBrowser [
^ targetRefactoring whatToDisplayIn: aNautilusChangesBrowser
Expand Down
4 changes: 2 additions & 2 deletions src/Refactoring-Core/RBAbstractClass.class.st
Expand Up @@ -38,7 +38,7 @@ Class {
}

{ #category : #accessing }
RBAbstractClass class >> existingNamed: arg1 [
RBAbstractClass class >> existingNamed: aString [
^ self subclassResponsibility
]

Expand All @@ -48,7 +48,7 @@ RBAbstractClass class >> initialize [
]

{ #category : #accessing }
RBAbstractClass class >> named: arg1 [
RBAbstractClass class >> named: aString [
^ self subclassResponsibility
]

Expand Down

0 comments on commit ea28143

Please sign in to comment.