Skip to content

Commit

Permalink
Merging with f8fd0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 3, 2017
2 parents 8222f7c + f8fd0b5 commit b541445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Iceberg.package/Iceberg.class/class/announcer.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
announcer
^ IcebergAnnouncer ifNil: [ IcebergAnnouncer := Announcer new ]
^ icebergAnnouncer ifNil: [ icebergAnnouncer := Announcer new ]
2 changes: 1 addition & 1 deletion Iceberg.package/Iceberg.class/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"super" : "Object",
"category" : "Iceberg-Core",
"classinstvars" : [
"IcebergAnnouncer"
"icebergAnnouncer"
],
"pools" : [ ],
"classvars" : [
Expand Down

0 comments on commit b541445

Please sign in to comment.