diff --git a/library/server/wsf/src/request/value/wsf_multiple_string.e b/library/server/wsf/src/request/value/wsf_multiple_string.e index db5520e4..7268f309 100644 --- a/library/server/wsf/src/request/value/wsf_multiple_string.e +++ b/library/server/wsf/src/request/value/wsf_multiple_string.e @@ -26,7 +26,7 @@ feature {NONE} -- Initialization make_with_value (a_value: WSF_VALUE) do name := a_value.name - create {LINKED_LIST [WSF_STRING]} values.make + create {ARRAYED_LIST [WSF_STRING]} values.make (3) add_value (a_value) end @@ -174,7 +174,7 @@ invariant string_values_not_empty: values.count >= 1 note - copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" + copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software