Skip to content

Commit

Permalink
update 37 to fix issue #1143
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Aug 7, 2020
1 parent b2409f3 commit 5e09ae0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Accessing
endNodeIfNotNil: aBlock

^aBlock value: endNode
^endNode ifNotNil: aBlock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Accessing
startNodeIfNotNil: aBlock

^aBlock value: startNode
^startNode ifNotNil: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"endId:" : "brunobb 11/06/2018 06:57",
"endNode" : "brunobb 11/06/2018 06:57",
"endNode:" : "brunobb 11/06/2018 06:57",
"endNodeIfNotNil:" : "brunobb 08/04/2020 10:57",
"endNodeIfNotNil:" : "brunobb 08/06/2020 13:44",
"endNodeName" : "brunobb 08/04/2020 11:04",
"getEndEventFrom:" : "brunobb 08/04/2020 11:02",
"getFirstCoodinate" : "brunobb 01/18/2019 08:55",
Expand All @@ -34,6 +34,6 @@
"startId" : "brunobb 11/06/2018 06:57",
"startId:" : "brunobb 11/06/2018 06:57",
"startNode:" : "brunobb 11/06/2018 06:57",
"startNodeIfNotNil:" : "brunobb 08/04/2020 10:56",
"startNodeIfNotNil:" : "brunobb 08/06/2020 13:44",
"startNodeIsGatewayNode" : "brunobb 08/06/2020 12:00",
"startNodeName" : "brunobb 08/04/2020 11:04" } }
Loading

0 comments on commit 5e09ae0

Please sign in to comment.