Fixed feature comments

This commit is contained in:
2013-04-10 09:42:09 +02:00
parent a65f8cbc9c
commit 47e028de2a

View File

@@ -47,7 +47,7 @@ feature {NONE} -- Implementation
-- Origin WSF response
commit
-- <Precursor/>
-- Send the delayed header is not yet done.
do
if not header_committed then
process_header
@@ -56,7 +56,7 @@ feature {NONE} -- Implementation
end
process_header
-- <Precursor/>
-- Process the delayed header, i.e send it to the client.
require
header_not_committed: not header_committed
do