Revision 2c815395 src/com/rackspace/cloud/files/api/client/ContainerManager.java

b/src/com/rackspace/cloud/files/api/client/ContainerManager.java
157 157
	}
158 158
	public HttpResponse disable(String container, String cdn, String ttl, String logRet)
159 159
	throws CloudServersException {
160
       HttpResponse resp = null;
160
        HttpResponse resp = null;
161 161
 	    CustomHttpClient httpclient = new CustomHttpClient(context);
162 162
       	HttpPost post = new HttpPost(Account.getAccount().getCdnManagementUrl() + "/"
163 163
		+ container);

Also available in: Unified diff