From e1310c779697e905cbf464ec4ec7469aa68832af Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 25 Jul 2012 12:00:21 +0000 Subject: [Author: horia] removing inconsistent and confusing URLWithString method R=dmaclach APPROVED=dmaclach DELTA=26 (0 added, 21 deleted, 5 changed) --- Foundation/GTMURLBuilder.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Foundation/GTMURLBuilder.h') diff --git a/Foundation/GTMURLBuilder.h b/Foundation/GTMURLBuilder.h index e959fa7..5615b44 100644 --- a/Foundation/GTMURLBuilder.h +++ b/Foundation/GTMURLBuilder.h @@ -37,9 +37,6 @@ @property(nonatomic, readonly) NSString *baseURLString; -// Encodes URL by percent-encoding, except reserved characters: -// ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | "," -+ (NSURL *)URLWithString:(NSString *)URLString; // |URLString| is expected to be a valid URL with already escaped parameter // values. + (GTMURLBuilder *)builderWithString:(NSString *)URLString; -- cgit v1.2.3