Commented unwanted change.
This commit is contained in:
@@ -145,10 +145,10 @@ feature -- Conversion
|
|||||||
if attached {WSF_STRING} value (i.out) as s then
|
if attached {WSF_STRING} value (i.out) as s then
|
||||||
Result.put (s.value, i)
|
Result.put (s.value, i)
|
||||||
nb := nb + 1
|
nb := nb + 1
|
||||||
elseif attached {WSF_STRING} value (name + "[" + i.out + "]") as s then
|
--FIXME elseif attached {WSF_STRING} value (name + "[" + i.out + "]") as s then
|
||||||
-- FIXME !!
|
--
|
||||||
Result.put (s.value, i)
|
-- Result.put (s.value, i)
|
||||||
nb := nb + 1
|
-- nb := nb + 1
|
||||||
else
|
else
|
||||||
Result := Void
|
Result := Void
|
||||||
end
|
end
|
||||||
@@ -236,7 +236,7 @@ feature -- Visitor
|
|||||||
end
|
end
|
||||||
|
|
||||||
note
|
note
|
||||||
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
|
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
|
||||||
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
||||||
source: "[
|
source: "[
|
||||||
Eiffel Software
|
Eiffel Software
|
||||||
|
|||||||
Reference in New Issue
Block a user