Fixed wrong signature should be READABLE_STRING_32 instead of _8

This commit is contained in:
Jocelyn Fiat
2012-05-02 19:22:39 +02:00
parent ee0e3df05f
commit face4550f2

View File

@@ -4,7 +4,7 @@ note
It does not provide additional information compared to {WSF_HANDLER_CONTEXT} It does not provide additional information compared to {WSF_HANDLER_CONTEXT}
- request: WSF_REQUEST -- Associated request - request: WSF_REQUEST -- Associated request
- path: READABLE_STRING_8 -- Associated path - path: READABLE_STRING_8 -- Associated path
]" ]"
date: "$Date$" date: "$Date$"
revision: "$Revision$" revision: "$Revision$"
@@ -28,7 +28,7 @@ feature {NONE} -- Initialization
feature -- Item feature -- Item
item (a_name: READABLE_STRING_8): detachable WSF_VALUE item (a_name: READABLE_STRING_32): detachable WSF_VALUE
-- Variable value for parameter or variable `a_name' -- Variable value for parameter or variable `a_name'
-- See `{WSF_REQUEST}.item(s)' -- See `{WSF_REQUEST}.item(s)'
do do