Skip to content

Commit

Permalink
Rename GitAssetLoader class>>forProject: to for:
Browse files Browse the repository at this point in the history
This is done for forwards compatibility with a different kind of identifier.
  • Loading branch information
MariusDoe committed Nov 13, 2023
1 parent 60d5caa commit 72a1987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance creation
forProject: aString
for: aString
^ self forWorkingCopy: (SqueakWorkingCopy named: aString)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"forProject:" : "mad 10/19/2023 12:17",
"for:" : "mad 11/13/2023 13:03",
"forWorkingCopy:" : "mad 10/19/2023 12:17" },
"instance" : {
"assetAt:" : "mad 10/19/2023 12:15",
Expand Down

0 comments on commit 72a1987

Please sign in to comment.