Skip to content

Commit

Permalink
WAClassListAttribute >> #stringForValue: send for tracking strategies…
Browse files Browse the repository at this point in the history
… and tracking strategy classes issue #835
  • Loading branch information
Johan Brichau committed Jun 21, 2017
1 parent 73adecc commit ac71d84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
converting
stringForValue: aClass
^ aClass isNil ifFalse: [ aClass name greaseString ]
stringForValue: anObject
^ anObject isNil ifFalse: [
anObject class name greaseString ]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"instance" : {
"accept:" : "pmm 7/24/2011 12:52",
"stringForValue:" : "pmm 7/24/2011 13:12"
"stringForValue:" : "pmm 10/26/2014 12:36"
},
"class" : { }
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"class" : {
"new" : "jf 9/30/2009 00:19",
"on:codec:" : "jf 1/23/2009 14:38",
"on:codec:" : "JohanBrichau 6/9/2017 19:34",
"on:" : "jf 9/30/2009 00:27"
}
}
4 changes: 2 additions & 2 deletions repository/Seaside-Core.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit ac71d84

Please # to comment.