From 40def352d95b6997d767b60eaccf6095d180eacc Mon Sep 17 00:00:00 2001 From: Marc Chung Date: Wed, 4 Feb 2009 11:23:10 -0700 Subject: [PATCH] Removing borking characters from CPURLResponse.j --- Foundation/CPURLResponse.j | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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