Skip to content

Commit

Permalink
sync variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Nov 6, 2019
1 parent 8d0936d commit 1b1bcb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CodeImport/DoItChunkImported.class.st
Expand Up @@ -5,21 +5,21 @@ Class {
#name : #DoItChunkImported,
#superclass : #SystemAnnouncement,
#instVars : [
'content',
'contents',
'requestor',
'logSource'
],
#category : #'CodeImport-Utilities'
}

{ #category : #accessing }
DoItChunkImported >> content [
^ content
DoItChunkImported >> contents [
^ contents
]

{ #category : #accessing }
DoItChunkImported >> content: anObject [
content := anObject
DoItChunkImported >> contents: anObject [
contents := anObject
]

{ #category : #accessing }
Expand Down

0 comments on commit 1b1bcb0

Please sign in to comment.