Skip to content

Commit

Permalink
Avoid 'anObject'
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Sep 29, 2024
1 parent 5ca65c7 commit ef17f98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
accessing
selectedChange: anObject
selectedChange := anObject.
selectedChange: aChangeOrChangesTree
selectedChange := aChangeOrChangesTree.
self
changed: #selectedChange;
changed: #buildChange:.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"open" : "mad 9/26/2023 16:47",
"rootNodes" : "mad 9/6/2023 12:55",
"selectedChange" : "mad 9/6/2023 12:54",
"selectedChange:" : "mad 9/20/2023 17:03",
"selectedChange:" : "mad 9/29/2024 18:09",
"update:" : "mad 9/27/2023 16:15",
"wasEdited" : "mad 9/27/2023 16:59",
"windowTitle" : "mad 9/18/2023 17:37",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
fileSystem: anObject
fileSystem := anObject
fileSystem: aFileSystem
fileSystem := aFileSystem
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
rootPath: anObject
rootPath := anObject
rootPath: anFSPath
rootPath := anFSPath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"onReference:" : "mad 8/24/2024 16:53" },
"instance" : {
"fileSystem" : "mad 8/24/2024 16:34",
"fileSystem:" : "mad 8/24/2024 16:34",
"fileSystem:" : "mad 9/29/2024 18:11",
"referenceTo:" : "mad 8/24/2024 16:34",
"rootPath" : "mad 8/24/2024 16:06",
"rootPath:" : "mad 8/24/2024 16:06" } }
"rootPath:" : "mad 9/29/2024 18:11" } }

0 comments on commit ef17f98

Please sign in to comment.