generated from hpi-swa-teaching/SWT-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename some missing "lane" to "column"
- Loading branch information
Matthias Cram
committed
Jul 31, 2022
1 parent
cfe203b
commit 3074192
Showing
6 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Squello-Core.package/SPBGhostColumn.class/instance/sourceColumn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
sourceColumn: anSPBLane | ||
sourceColumn: anSPBColumn | ||
|
||
sourceColumn := anSPBLane. | ||
sourceColumn := anSPBColumn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Squello-Core.package/SPBIndicatorDetectionColumn.class/instance/column..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
accessing | ||
column: anSPBLane | ||
column: anSPBColumn | ||
|
||
column := anSPBLane. | ||
column := anSPBColumn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
Squello-Core.package/SquelloCoreServiceProvider.class/class/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
initialization | ||
initialize | ||
ServiceRegistry current buildProvider: self new | ||
initialize | ||
|
||
ServiceRegistry current buildProvider: self new. |
2 changes: 1 addition & 1 deletion
2
Squello-Core.package/SquelloCoreServiceProvider.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"class" : { | ||
"initialize" : "jh 7/31/2022 13:06" }, | ||
"initialize" : "mcr 8/1/2022 00:00" }, | ||
"instance" : { | ||
} } |