Commented unwanted change.

This commit is contained in:
Jocelyn Fiat
2017-04-14 12:52:08 +02:00
parent 146b78e5b0
commit 2371ad4bd1

View File

@@ -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