Updated code, get rid of obsolete feature calls in libraries and examples
This commit is contained in:
@@ -87,7 +87,7 @@ feature -- Access: order status
|
||||
end
|
||||
|
||||
Order_states : ARRAY [STRING]
|
||||
-- List of valid status states
|
||||
-- List of valid status states.
|
||||
once
|
||||
Result := <<
|
||||
status_unset,
|
||||
|
||||
@@ -27,7 +27,7 @@ feature -- Access
|
||||
end
|
||||
|
||||
Milk_types: ARRAY [STRING]
|
||||
-- List of valid Milk types
|
||||
-- List of valid Milk types.
|
||||
once
|
||||
Result := <<"skim", "semi", "whole">>
|
||||
end
|
||||
|
||||
@@ -334,7 +334,6 @@ feature {NONE} -- Conversion
|
||||
|
||||
order_to_json (obj: ORDER): JSON_OBJECT
|
||||
local
|
||||
j_order: JSON_OBJECT
|
||||
j_item: JSON_OBJECT
|
||||
ja: JSON_ARRAY
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user