diff --git a/Foundation/CPURLResponse.j b/Foundation/CPURLResponse.j index 1287a0c15..15bf17f66 100644 --- a/Foundation/CPURLResponse.j +++ b/Foundation/CPURLResponse.j @@ -53,13 +53,13 @@ } /* Creating a Response -Ð initWithURL:MIMEType:expectedContentLength:textEncodingName: +initWithURL:MIMEType:expectedContentLength:textEncodingName: Getting the Response Properties -Ð expectedContentLength -Ð suggestedFilename -Ð MIMEType -Ð textEncodingName -Ð URL +expectedContentLength +suggestedFilename +MIMEType +textEncodingName +URL */ @end