Avoid calling ANY.print, prefer io.error.put_string

Fixed obsolete calls.
This commit is contained in:
Jocelyn Fiat
2012-12-20 18:32:56 +01:00
parent d46fbeaedd
commit a362e7d9c6
6 changed files with 21 additions and 17 deletions

View File

@@ -22,10 +22,10 @@ feature {NONE} -- Initialization
default_create
do
Precursor
create on_router_actions.make
create on_item_actions.make
create on_mapping_actions.make
create on_handler_actions.make
create on_router_actions
create on_item_actions
create on_mapping_actions
create on_handler_actions
end
feature -- Actions